Fork me on GitHub
#timbre
<
2017-06-20
>
iandavis01:06:39

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

jumar06:06:31

@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