LogManagerFlush Method |
| Name | Description | |
|---|---|---|
| Flush |
Flush any pending log messages (in case of asynchronous targets) with the default timeout of 15 seconds.
| |
| Flush(AsyncContinuation) |
Flush any pending log messages (in case of asynchronous targets).
| |
| Flush(Int32) |
Flush any pending log messages (in case of asynchronous targets).
| |
| Flush(TimeSpan) |
Flush any pending log messages (in case of asynchronous targets).
| |
| Flush(AsyncContinuation, Int32) |
Flush any pending log messages (in case of asynchronous targets).
| |
| Flush(AsyncContinuation, TimeSpan) |
Flush any pending log messages (in case of asynchronous targets).
|