You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current ILogHandler implementations are not very efficient. They use JsonSerializer to serialize the data parameter.
Describe the solution you'd like
Methods like ILogHandler.Verbose should use IsEnabled method provided by Microsoft.Extensions.Logging. Also a IsEnabled(LogLevel level) method can be added to ILogHandler
Are you able to help bring it to life and contribute with a Pull Request?
Yes
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your request related to a problem you have?
Current
ILogHandler
implementations are not very efficient. They use JsonSerializer to serialize the data parameter.Describe the solution you'd like
Methods like
ILogHandler.Verbose
should useIsEnabled
method provided byMicrosoft.Extensions.Logging
. Also aIsEnabled(LogLevel level)
method can be added toILogHandler
Are you able to help bring it to life and contribute with a Pull Request?
Yes
Additional context
No response
The text was updated successfully, but these errors were encountered: