Re: custom handler does not write to log file

2009-03-31 Thread dj
On Mar 31, 1:13 pm, dj wrote: > It seems that you can create custom handlers and add them to the > logging.handlers namespace(http://mail.python.org/pipermail/python- > list/2008-May/493826.html.) > But for reasons beyond my understanding my log file (test.log) is not > written to. > > ###

custom handler does not write to log file

2009-03-31 Thread dj
It seems that you can create custom handlers and add them to the logging.handlers namespace(http://mail.python.org/pipermail/python- list/2008-May/493826.html.) But for reasons beyond my understanding my log file (test.log) is not written to. my handler class