Logging icon indicating copy to clipboard operation
Logging copied to clipboard

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

Open Tailslide opened this issue 4 years ago • 0 comments

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.

Tailslide avatar Mar 19 '21 01:03 Tailslide