[Zope-Coders] new zLOG
Guido van Rossum
guido@python.org
Mon, 25 Nov 2002 11:34:38 -0500
> Maybe this just means that we need to initialize the zLOG event logger
> to output to standard output or standard error? Currently it's
> pre-initialized with a "null handler", but it'd be just as easy to send
> the output to a StreamHandler.
No, it should use the same default as an explict initialize() call.
Maybe LOG() could call initialize() when it's not yet called???
--Guido van Rossum (home page: http://www.python.org/~guido/)