Table of Contents

Method WriteLineInternal

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

WriteLineInternal(string)

Represents the method that intercepts the line that will be written to an output log before being queued for writing.

protected virtual void WriteLineInternal(string line)

Parameters

line string

The line which will be written to the log stream.