[Python-Dev] Proposed change to logging (original) (raw)

Skip Montanaro skip at pobox.com
Wed Aug 25 13:38:48 CEST 2004


Vinay> I posted the suggestion only because some people have raised
Vinay> concerns that the logging module is hard to use, and using
Vinay> "print" might seem easier for newbies or casual users.

My personal head scratching about the logging package has more to do with initialization of the system than with emission of log info. I wouldn't worry about the function call vs. print thing, though if it was there I'd probably use it.

Skip



More information about the Python-Dev mailing list