taoensso / roadmap

Taoensso open source roadmap
https://www.taoensso.com/roadmap
0 stars 0 forks source link

Timbre: built-in SLF4J support #11

Closed ptaoussanis closed 2 months ago

ptaoussanis commented 6 months ago

Task: Backport Telemere's built-in SLF4J support to Timbre.

Motivation:

Timbre currently only supports SLF4J via a community library that's been difficult to keep tested and fully synced with upstream Timbre.

Telemere has high-quality SLF4J support, including support for all of SLF4J's latest API features that wouldn't be too much effort to port.

ptaoussanis commented 2 months ago

Just pushed Timbre v6.6.0-RC1 which includes built-in support for Java logging interop via SLF4Jv2.

Closing 👍