[Python-Dev] PEP 282: A Logging System -- comments please

Skip Montanaro skip at pobox.com
Mon Feb 25 10:53:34 EST 2002


    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




More information about the Python-list mailing list