Re: Extending logging module

2007-08-13 Thread Vinay Sajip
On Aug 9, 9:08 pm, jay [EMAIL PROTECTED] wrote: It actually worked, but this is not the way I would like to handle the problem. I would prefer to extend the classes instead. However, I'm not too familiar with that, and I had to change things in so many places, I'm wondering if its even

Re: Extending logging module

2007-08-10 Thread Richard Levasseur
On Aug 9, 9:08 am, jay [EMAIL PROTECTED] wrote: Hello, I've been using the python logging module a lot lately, and I've come across an instance where I need some new levels. Specifically, python does not include ALERT and NOTICE in the default set of logging levels. I am wondering how

Extending logging module

2007-08-09 Thread jay
Hello, I've been using the python logging module a lot lately, and I've come across an instance where I need some new levels. Specifically, python does not include ALERT and NOTICE in the default set of logging levels. I am wondering how trivial it would be to extend the logging module to