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.
Debug()
1 parent bef046d commit c7be617Copy full SHA for c7be617
README.md
@@ -24,7 +24,6 @@ public class Program
24
.MinimumLevel.Override("Microsoft", LogEventLevel.Information)
25
.Enrich.FromLogContext()
26
.WriteTo.Console()
27
- .WriteTo.Debug()
28
.CreateLogger();
29
```
30
0 commit comments