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 2bd144d commit 1d12016Copy full SHA for 1d12016
README.md
@@ -50,7 +50,7 @@ NLog Target for debugging on MAUI / Xamarin Mobile Platforms:
50
Alternative setup NLog configuration using [fluent-API](https://github.com/NLog/NLog/wiki/Fluent-Configuration-API):
51
```csharp
52
var logger = NLog.LogManager.Setup().RegisterMauiLog()
53
- .LoadConfiguration(c => c.ForLogger(NLog.LogLevel.Debug).WriteToMauiLog())
+ .LoadConfiguration(c => c.ForLogger().FilterMinLevel(NLog.LogLevel.Debug).WriteToMauiLog())
54
.GetCurrentClassLogger();
55
```
56
0 commit comments