Hi,
  I've been using my own wrapper for Java's built-in logging so far,
but today I took a look at clojure.contrib.logging because I would
like to start using spy.  It really seems like Clojure should have
some simple logging out of the box, but this is not the case yet.  Can
we make it a bit more user friendly?  For example, why can't it log to
the terminal with log level INFO by default?  Then we could just
require c.c.logging and use (log/info ...) or (log/spy ...).  Also,
there doesn't seem to be a clear way to set the log level. How about a
(log/set-level :debug) type of function?

I'm happy to write these functions and post them on assembla or share
a git repository, but I'm not sure how the process works.  Or maybe
I'm doing something strange.  Is everyone dropping into Java interop
to setup logging for every script?

-Jeff

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