PUBLIC   marks

ON THIS LINK

logging – Report status, error, and informational messages. - Python Module of the Week

by karlcow

The logging module defines a standard API for reporting errors and status information from all of your modules. The key benefit of having the logging API provided by a standard library module is that all python modules can participate in logging, so your application log can include messages from third-party modules.

Comments

No comment on this link yet. React !


PUBLIC TAGS
on this link

logging   python  

BY

karlcow
the 15/10/2009 at 02:34