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.
2 parents 942f35f + d09757e commit a9205f5Copy full SHA for a9205f5
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