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