Replies: 3 comments
-
Actually, logging is working if I remove my custom |
Beta Was this translation helpful? Give feedback.
-
@captainsafia can you please answer this? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Including this in the default We've opted to not include it in the interest of minimizing the standard app size. We realize that this isn't explicitly documented in the docs so we've got dotnet/AspNetCore.Docs#18444 open to track adding some docs to it.
How are you adding the custom logging provider? |
Beta Was this translation helpful? Give feedback.
-
I upgraded from 3.2 preview 2 to the 3.2 final release. I used to have a custom implementation of
ILoggerProvider
and it was working in 3.2 preview 2. After updating to 3.2 final release, it stopped producing any logs in browser console. I also tried removing my customILoggerProvider
but I still can't get logging messages in browser console. I tried few other ways based on how it works for Asp.net Core web application (via appsettings.json etc.) but none of it worked.This is the only way to debug my application. Blazor WebAssembly debugging in Visual Studio has never worked for me (but that is a different issue).
Beta Was this translation helpful? Give feedback.
All reactions