PEP 282: A Logging System -- comments please

Edward K. Ream edream at tds.net
Sat Mar 9 12:36:18 EST 2002


> > 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...

I was talking about functionality, not packaging.  Naturally, a logger
would be a class.

Edward
--------------------------------------------------------------------
Edward K. Ream   email:  edream at tds.net
Leo: Literate Editor with Outlines
Leo: http://personalpages.tds.net/~edream/front.html
--------------------------------------------------------------------



More information about the Python-list mailing list