[Python-Dev] PEP 282: A Logging System -- comments please (original) (raw)

Skip Montanaro skip@pobox.com
Mon, 25 Feb 2002 09:53:34 -0600


Trent> More standard Handlers may be implemented if deemed desirable and
Trent> feasible.  Other interesting candidates:

...
Trent>     - SyslogHandler: Akin to log4j's SyslogAppender.

I'd implement at least this one, both as a proof of concept and to provide a standard mapping between the levels used in your logger and those syslog provides.

Skip