Logging
Logging copied to clipboard
.AddFilter Broken for ILogger<> messages with .AddBrowserConsole()
I can't filter out local logs I create using .AddFilter("myclassname", LogLevel) if I use this extension with .AddBrowserConsole(). If I remove the extension and the .AddBrowserConsole() line, the filtering starts working again.