[Python-Dev] Want to co-design and implement a logging module?

Guido van Rossum guido@python.org
Sun, 03 Feb 2002 21:35:25 -0500


I'd like to see a logging module in the standard Python library.  Is
anybody interested in helping spec out requirements and work on an
implementation?  Some ideas from Zope's zLOG module should probably go
into it (it should eventually be a replacement for that), and some
from log4j (http://jakarta.apache.org/log4j/docs/).

Any takers?

--Guido van Rossum (home page: http://www.python.org/~guido/)