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 83 forks source link

slf4j-bridge - performance improvements #901

Closed justcoon closed 1 day ago

justcoon commented 2 weeks ago

related to: #899

create annotation for logger just once, to improve filtering performance

NOTE: look like sbt still have unsolved problems with JDK9 JPMS (see also https://github.com/zio/zio-logging/pull/577)