Method WriteLine
WriteLine(String)
When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator.
Declaration
public override void WriteLine(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | A message to write. |