Method WriteLine
WriteLine(string)
Writes the output to the OutputDebugString function and to the Log(int, string, string) method, followed by a carriage return and line feed (\r\n).
public override void WriteLine(string message)
Parameters
message
stringThe message to write to OutputDebugString and Log(int, string, string).