Capturing exceptions?

Vinay Sajip vinay_sajip at yahoo.co.uk
Thu Aug 26 04:43:57 EDT 2004


> Have a look at the logging module:
> http://docs.python.org/lib/module-logging.html. Loggers can be a bit
> complex at first to set up; read the example in the docs
> (http://docs.python.org/lib/node301.html) and go from there.

The version of logging in CVS is easier to set up. See the
"in-development" documentation at

http://www.python.org/dev/doc/devel/lib/minimal-example.html

Best regards,

Vinay Sajip



More information about the Python-list mailing list