Replies: 2 comments
-
This might help you https://www.thinktecture.com/en/blazor/webassembly-changing-log-level-at-runtime/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Perfect. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wanting to inject an ILogger in to my pages, but I need to configure a log provider in Program.cs I believe.
I've tried the Blazor.Extensions.Logging v2.0.1 but this throws quite a lot of exceptions when the page loads.
Just wondered what are other people using? I'm expecting to see log message in the Browser Tools -> Console window.
Thanks
Graham
Beta Was this translation helpful? Give feedback.
All reactions