serilog / serilog-extensions-hosting

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

Delay check as to whether Log.Logger is Reloadable. #60

Closed p-m-j closed 2 years ago

p-m-j commented 2 years ago

This allows for slightly more flexible setups, i.e creating a bootstrap logger after the call to HostBuilder.UseSerilog.

nblumhardt commented 2 years ago

Thanks for the PR. We'll need to give this some thought; the moved comment indicates that the design choice was deliberate, not sure what the downsides of the change might be 🤔