mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Added logging documentation cross-references.
This commit is contained in:
parent
b4ca59b783
commit
7d10129369
2 changed files with 30 additions and 4 deletions
|
@ -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>`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue