Hi,

I took a look to the logging module which was quite sexy at a first
sight, but then i finally realized the following : the Logger class
can't be extended since a Logger is created only with getLogger (the
subclass can't call/shouldn't call Logger.__init__()).
So, did i miss something? or maybe there's no need to extend the
Logger class?
Thank you
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to