-
Notifications
You must be signed in to change notification settings - Fork 213
Closed
Labels
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
IHostBuilderand 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, andFilesinks as dependencies, with example usage in the README;Settings.Configurationmay also be worth consideration