Method WriteLineInternal
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
stringThe line which will be written to the log stream.