zio / zio-logging

Powerful logging for ZIO 2.0 applications, with compatibility with many logging backends out-of-the-box.
https://zio.dev/zio-logging/
Apache License 2.0
174 stars 81 forks source link

slf4j bridge - filter #810

Closed justcoon closed 7 months ago

justcoon commented 8 months ago

slf4j Logger - is<Level>Enabled implementation using zio.logging.LogFilter (based on logger name, and given level)

fixes: #809