BlazorExtensions / Logging

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

Logging Levels are not mapped correctly #56

Closed ssta604 closed 3 years ago

ssta604 commented 4 years ago

The log levels don't appear to be mapping to the correct logging level . The log level is being passed as a string and code in BrowserConsoleLogger.Log is using the numberic value from the enum.

image