Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: ILogHandler.IsEnabled #439

Open
adambajguz opened this issue Sep 30, 2023 · 0 comments
Open

[Feature Request]: ILogHandler.IsEnabled #439

adambajguz opened this issue Sep 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@adambajguz
Copy link

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 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

@adambajguz adambajguz added the enhancement New feature or request label Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant