BlazorExtensions / Logging

Microsoft Extension Logging implementation for Blazor
MIT License
216 stars 31 forks source link

.AddFilter Broken for ILogger<> messages with .AddBrowserConsole() #65

Open Tailslide opened 3 years ago

Tailslide commented 3 years ago

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.