[Python-Dev] PEP282 and the warnings framework
holger krekel
pyth@devel.trillke.net
Thu, 16 May 2002 12:25:48 +0200
Hello Vinay,
for the records: i appreciate your logger functionality.
I guess i should find time to modify logging.py to really get a
better comparison of concepts. Shouldn't be a big thing as i would
probably aim at replacing your LogRecord class with a Message
class (hierarchy) while providing much the same Logger-interface
as it is now. Hope to find some time for this little experiment...
regards,
holger