Closed
Description
Once v3.0 of this project ships, we should show use of IHostBuilder
through Serilog.Extensions.Hosting instead of the IWebHostBuilder
code we continue to support here for backward compatibility. There are also some new features to document.
- Update the README and samples here to use
IHostBuilder
and current ASP.NET Core conventions - Update the Serilog.Extensions.Hosting README to replicate the more detailed information about early vs. inline initialization, and provider support, currently documented in this project
- Add documentation for
IDiagnosticContext
- Include
Debug
,Console
, andFile
sinks as dependencies, with example usage in the README;Settings.Configuration
may also be worth consideration