Method WriteLine
WriteLine(string)
Writes a message to the log, followed by a line terminator.
void WriteLine(string message)
Parameters
messagestringThe message to write.
Writes a message to the log, followed by a line terminator.
void WriteLine(string message)
message stringThe message to write.