Issue #18933: Added links to source code.
This commit is contained in:
parent
cf29ba8cf0
commit
6971f2e6b7
|
@ -17,6 +17,10 @@
|
|||
* :ref:`Advanced Tutorial <logging-advanced-tutorial>`
|
||||
* :ref:`Logging Cookbook <logging-cookbook>`
|
||||
|
||||
**Source code:** :source:`Lib/logging/config.py`
|
||||
|
||||
--------------
|
||||
|
||||
This section describes the API for configuring the logging module.
|
||||
|
||||
.. _logging-config-api:
|
||||
|
|
|
@ -17,6 +17,10 @@
|
|||
* :ref:`Advanced Tutorial <logging-advanced-tutorial>`
|
||||
* :ref:`Logging Cookbook <logging-cookbook>`
|
||||
|
||||
**Source code:** :source:`Lib/logging/handlers.py`
|
||||
|
||||
--------------
|
||||
|
||||
.. currentmodule:: logging
|
||||
|
||||
The following useful handlers are provided in the package. Note that three of
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
* :ref:`Advanced Tutorial <logging-advanced-tutorial>`
|
||||
* :ref:`Logging Cookbook <logging-cookbook>`
|
||||
|
||||
**Source code:** :source:`Lib/logging/__init__.py`
|
||||
|
||||
--------------
|
||||
|
||||
.. versionadded:: 2.3
|
||||
|
||||
|
|
Loading…
Reference in New Issue