timbre

iandavis 2017-06-20T01:04:14.347055Z

anyone know how https://github.com/fzakaria/slf4j-timbre works?

iandavis 2017-06-20T01:04:39.350329Z

i'm trying to standardize the logger / log format for all my java sub-libraries

jumar 2017-06-20T06:52:31.805619Z

@iandavis I'd say that it works the same way as the other slf4j bindings - see https://www.slf4j.org/legacy.html. This means that slf4j will use timbre as an underlying logging implementation. I don't have any real experience with slf4j-timbre, but I used it the other day - just by adding the dependency (together with jcl-over-slf4j) to the project.clj