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
173 stars 81 forks source link

Support(bridge) for java.lang.System.Logger #322

Open alek-w opened 3 years ago

jdegoes commented 2 years ago

This should be implemented as a RuntimeConfigAspect which calls RuntimeConfigAspect.addLogger, following the pattern laid down in zio.logging package object.

Any volunteers for this ticket?

justcoon commented 2 years ago

i am working on impl. ...