Looks good! As you said, logging is just too damn complicated in java.

Suggestion: change timbre/config to a function, seems way nicer to call

(timbre/config :current-level :warn)

rather than

(swap! timbre/config assoc :current-level :warn)

Jonathan

On Mon, May 28, 2012 at 1:17 PM, Peter Taoussanis <ptaoussa...@gmail.com> wrote:
>
> Hi everyone,
>
> I recently lost it after spending 5+ hours trying to figure out why Log4j had 
> suddenly started swallowing all my messages [again]. Anyway, decided it'd be 
> infinitely saner to write something simple for my own purposes. I'm posting 
> it here in case someone else might find it useful.
>
> It's on Github (https://github.com/ptaoussanis/timbre) and Clojars 
> (https://clojars.org/timbre).
>
> Features (taken from the readme):
> * Small, uncomplicated all-Clojure library.
> * Map-based config: no arcane XML or properties files.
> * Decent performance (low overhead).
> * Flexible fn-centric appender model.
> * Sensible built-in appenders including simple email appender.
> * Tunable flood control.
> * Asynchronous logging support.
>
> As always, any comments/pull-requests/whatever very welcome!
>
> Cheers!
>
> - Peter Taoussanis (@ptaoussanis)
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to