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