Method WriteLineInternal
WriteLineInternal(string)
Represents the method that intercepts the line that will be written to an output log before being queued for writing. This method will block if the log queue is full.
protected virtual void WriteLineInternal(string line)
Parameters
line
stringThe line which will be written to the log stream.