Skip to content

Commit b883014

Browse files
authored
Add mention of configuration package to README [Skip CI]
1 parent 92dd19e commit b883014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ With _Serilog.AspNetCore_ installed and configured, you can write log messages d
9292
You can alternatively configure Serilog using a delegate as shown below:
9393

9494
```csharp
95+
// dotnet add package Serilog.Settings.Configuration
9596
.UseSerilog((hostingContext, loggerConfiguration) => loggerConfiguration
9697
.ReadFrom.Configuration(hostingContext.Configuration)
9798
.Enrich.FromLogContext()

0 commit comments

Comments
 (0)