Added logging documentation cross-references.

This commit is contained in:
Vinay Sajip 2010-12-26 21:22:33 +00:00
parent b4ca59b783
commit 7d10129369
2 changed files with 30 additions and 4 deletions

View file

@ -1015,3 +1015,16 @@ Also note that the core logging module only includes the basic handlers. If
you don't import :mod:`logging.handlers` and :mod:`logging.config`, they won't
take up any memory.
.. seealso::
Module :mod:`logging`
API reference for the logging module.
Module :mod:`logging.config`
Configuration API for the logging module.
Module :mod:`logging.handlers`
Useful handlers included with the logging module.
:ref:`A logging cookbook <logging-cookbook>`