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 942f35f commit d09757eCopy full SHA for d09757e
README.md
@@ -39,6 +39,9 @@ call `AddSerilog()` on the provided `loggerFactory`.
39
{
40
services.AddLogging(loggingBuilder =>
41
loggingBuilder.AddSerilog(dispose: true));
42
+
43
+ // Other services ...
44
+ }
45
```
46
47
That's it! With the level bumped up a little you should see log output like:
0 commit comments