Method WriteLineInternalAsync
WriteLineInternalAsync(string)
Represents the asynchronous method that intercepts the line that will be written to an output log before being queued for writing.
protected override ValueTask WriteLineInternalAsync(string line)
Parameters
line
stringThe line which will be written to the log stream.