Re: Jogging: my take on 1.2 logging

2009-10-19 Thread Exe
On Sun, 18 Oct 2009 14:44:45 -0700 Zain Memon wrote: > I was inspired by all the logging discussions lately, so I wrote a > wrapper for Python's logging module called jogging: > http://github.com/zain/jogging :) logging.critical("DOOM") # TODO --~--~-~--~~~-

Jogging: my take on 1.2 logging

2009-10-18 Thread Zain Memon
I was inspired by all the logging discussions lately, so I wrote a wrapper for Python's logging module called jogging: http://github.com/zain/jogging My implementation looks a lot like the ideas proposed in the logging thread, so jogging might be useful to (at least) test out those ideas. I'd love