WriteAsyncTask(IListLogEventInfo, CancellationToken) | Override this to provide async task for writing a batch of logevents. |
WriteAsyncTask(LogEventInfo, CancellationToken) |
Override this to provide async task for writing a single logevent.
Example
Example of how to override this method, and call custom async method
C#
|