Farfetch/kafkaflow

[Feature Request]: ILogHandler.IsEnabled

adambajguz opened this issue · 0 comments

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