Thank you!! I'm glad to know that it's not only me who thought Log4j
was a terrible solution for logging in Clojure :)

On Mon, May 28, 2012 at 7: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



-- 
Sent from my computer
http://sabanin.ru

-- 
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