Method Write
| Improve this Doc View SourceWrite(LogCategory, String)
Writes the given string to the underlying write delegate.
Declaration
protected virtual void Write(LogCategory logCategory, string output)
Parameters
Type | Name | Description |
---|---|---|
LogCategory | logCategory | The category of the logging output. |
System.String | output | The string to write. |