| Name | Description |
---|
| WriteTo(Stream, CancellationToken) |
Write the message to the specified output stream.
|
| WriteTo(String, CancellationToken) |
Write the message to the specified file.
|
| WriteTo(FormatOptions, Stream, CancellationToken) |
Write the message to the specified output stream.
|
| WriteTo(FormatOptions, String, CancellationToken) |
Write the message to the specified file.
|
| WriteTo(Stream, Boolean, CancellationToken) |
Write the message to the specified output stream.
|
| WriteTo(FormatOptions, Stream, Boolean, CancellationToken) |
Write the message to the specified output stream.
|