serilog / serilog-extensions-hosting

Serilog logging for Microsoft.Extensions.Hosting
Apache License 2.0
141 stars 34 forks source link

Add support for `IAsyncDisposable` loggers #67

Open nblumhardt opened 2 years ago

nblumhardt commented 2 years ago

Serilog 2.12 supports IAsyncDisposable on Logger and sinks. Async disposal helps avoid deadlocks in sinks that flush via async APIs on disposal.

This will require checking and changing dispose handling code here as well as in _Serilog.Extensions.Logging`.