I've written up a small set of logging functions to output from clojure what I'm already doing from my production java code.
Currently it checks for the presence of commons-logging, log4j, and finally java.util.logging. The clojure code doesn't actually do any logging itself; instead everything is delegated to whatever you've been using all along. I've stuck the code at http://paste.lisp.org/display/83982 I'd welcome any thoughts, particularly if this merits going into clojure-contrib. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---