Re: timbre logging, java libs

2014-07-30 Thread Brian Craft
Very useful, thanks! I was considering just dropping timbre, or extracting the profiling macros. The main things I use from timbre are the profiling macros. I found Stuart's post about the original contrib profiling macros being a half-baked idea, but I'm unaware of a usable alternative. GUIs l

Re: timbre logging, java libs

2014-07-25 Thread Hugo Duncan
craft.br...@gmail.com writes: > Is there any good way to use timbre in a project with java libs, e.g. c3p0, > that use java logging APIs? You might want to look at: http://ptaoussanis.github.io/timbre/taoensso.timbre.tools.logging.html https://github.com/palletops/log-config#user-content-ti

Re: timbre logging, java libs

2014-07-24 Thread Sean Corfield
On Jul 23, 2014, at 7:11 PM, Jonah Benton wrote: > Sean Corfield has a great example of writing a log4j logging backend in > clojure: > > http://corfield.org/blog/post.cfm/real-world-clojure-logging Thanx for the referral. That made me go back and look at what that code has evolved into today.

Re: timbre logging, java libs

2014-07-23 Thread Jonah Benton
Sean Corfield has a great example of writing a log4j logging backend in clojure: http://corfield.org/blog/post.cfm/real-world-clojure-logging On Tue, Jul 22, 2014 at 6:17 PM, Brian Craft wrote: > Is there any good way to use timbre in a project with java libs, e.g. > c3p0, that use java log

timbre logging, java libs

2014-07-22 Thread Brian Craft
Is there any good way to use timbre in a project with java libs, e.g. c3p0, that use java logging APIs? Java logging is such a hopeless muddle I don't pretend to understand it, but my impression is that libs like c3p0 use assorted backends (log4j, etc.), which in turn use assorted "appenders" to