
Logging macros for clojure, which delegate to a specific logging implementation. at runtime a specific implementation is selected from, in order, slf4j, apache commons-logging, log4j, and finally java.util.logging.
this was formerly clojure.contrib.logging before modular contrib projects.