We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29378ba commit cb4c573Copy full SHA for cb4c573
README.md
@@ -208,7 +208,7 @@ public class Program
208
.MinimumLevel.Override("Microsoft", LogEventLevel.Information)
209
.Enrich.FromLogContext()
210
.WriteTo.Console()
211
- .CreateBootstrapLogger(); <-- this line!
+ .CreateBootstrapLogger(); // <-- Change this line!
212
```
213
214
Then, pass a callback to `UseSerilog()` that creates the final logger:
0 commit comments