Re: RFC: updated c.c.logging with some breaking changes

2010-09-08 Thread ataggart
It's been in contrib's master branch for a while now. Here's the updated doc: http://clojure.github.com/clojure-contrib/branch-master/logging-api.html On Sep 7, 3:01 pm, ka sancha...@gmail.com wrote: These seem like good changes to me!  Any plans to push? -- You received this message because

Re: RFC: updated c.c.logging with some breaking changes

2010-09-07 Thread ka
These seem like good changes to me! Any plans to push? -- 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

Re: RFC: updated c.c.logging with some breaking changes

2010-08-12 Thread ataggart
Gotcha. On Aug 11, 5:40 pm, Stuart Sierra the.stuart.sie...@gmail.com wrote: Hi, Please don't push to contrib master until after the final 1.2.0 release. We are in the process of splitting contrib into sub-modules (work-in-progress visible on the modules branch) to allow library authors

Re: RFC: updated c.c.logging with some breaking changes

2010-08-11 Thread Stuart Sierra
Hi, Please don't push to contrib master until after the final 1.2.0 release. We are in the process of splitting contrib into sub-modules (work-in-progress visible on the modules branch) to allow library authors more control over releases of individual libraries. -S On Aug 11, 12:52 am, ataggart

RFC: updated c.c.logging with some breaking changes

2010-08-10 Thread ataggart
I've pushed the changes to my fork of contrib[1] and would like to get feedback before pushing to contrib master. Changes to logging.clj[2]: New features: - Log and LogFactory protocols allow adding new implementations - log macros for using println-style args - log macros for using format-style