Hi #clojure,

I just released unilog 0.7.5 (previously logconfig). Unilog provides a
map-based configuration interface for logback, which will be picked up
by clojure.tools.logging, log4j, JuL and commons-logging - the standard
JVM logging mechanisms.

If you're writing executables (daemons, batches, etc) unilog can provide
your users with an easy way of configuring logging, it's map based
interface makes it simple for you to integrate in your existing
configuration mechanism.

The rationale behind the project is that I found it quite hard back when
I was a JVM & Clojure beginner to piece together the necessary bits to
get a sane logging experience.

If you rely on specific appenders or encoders, unilog provides a
multi-method based mechanism to add support for new logging methods.

https://github.com/pyr/unilog

Cheers,
  - pyr

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to