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