[Zope-Coders] new zLOG

Chris McDonough chrism@zope.com
25 Nov 2002 11:25:13 -0500


On Mon, 2002-11-25 at 11:00, Jeremy Hylton wrote:
> The logging package just works without an explicit initialization
> call.

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.

- C