PEP 282: A Logging System -- comments please

Fredrik Lundh fredrik at pythonware.com
Sat Mar 9 12:17:13 EST 2002


Edward K. Ream wrote:
> Dynamic tracing is trivial to implement.  More importantly, it is
> simpler to use and more flexible than any static scheme such as the one
> described in 282.

except that in real systems, the end user couldn't care less
about what/when/how your Python functions are called.

they do care about syslog-compatibility, severity levels, and
trivial things like getting the same logging messages also after
you've refactored your program...

</F>





More information about the Python-list mailing list