Sunday, August 7, 2011

Configuring logging for Clojure applications

http://blog.malcolmsparks.com/?p=37

> Clojure logging neatly solves the problems of Java logging.
>> First, there’s a single API to use: clojure.tools.logging. Thank Alex Taggart and others for this. Second, it integrates with all the important logging frameworks: log4j, java.util.logging, Apache’s commons-logging and now slf4j. Finally, it side-steps many of the performance penalties associated with logging.
>

Posted via email from miner49r

No comments: