clojure-emacs / logjam

An interactive, nrepl-oriented logging backend
Eclipse Public License 1.0
1 stars 0 forks source link

Feature: timbre support #8

Closed yenda closed 9 months ago

yenda commented 10 months ago

Would be great to have timbre supported as a framework. The lib doesn’t use any Java framework

vemv commented 10 months ago

@r0man 👋, is Timbre support something that we had considered?

r0man commented 10 months ago

I only looked at the Java logging frameworks so far, JUL, Logback, and Log4j. Looking at https://github.com/taoensso/timbre/wiki/2-Appenders I think it is doable. I think we would need to merge our own appender into Timbre's config when we attach to it, and remove it when we detach.

vemv commented 10 months ago

Sounds reasonable!

vemv commented 9 months ago

I'll work on this one

vemv commented 9 months ago

This will be released CIDER-side later in the week 🎉

vemv commented 8 months ago

https://github.com/clojure-emacs/cider/releases/tag/v1.13.0