We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92dd19e commit b883014Copy full SHA for b883014
README.md
@@ -92,6 +92,7 @@ With _Serilog.AspNetCore_ installed and configured, you can write log messages d
92
You can alternatively configure Serilog using a delegate as shown below:
93
94
```csharp
95
+ // dotnet add package Serilog.Settings.Configuration
96
.UseSerilog((hostingContext, loggerConfiguration) => loggerConfiguration
97
.ReadFrom.Configuration(hostingContext.Configuration)
98
.Enrich.FromLogContext()
0 commit comments