mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Issue #18933: Added links to source code.
This commit is contained in:
parent
134f0de66d
commit
31b862d40b
3 changed files with 12 additions and 0 deletions
|
|
@ -17,6 +17,10 @@
|
||||||
* :ref:`Advanced Tutorial <logging-advanced-tutorial>`
|
* :ref:`Advanced Tutorial <logging-advanced-tutorial>`
|
||||||
* :ref:`Logging Cookbook <logging-cookbook>`
|
* :ref:`Logging Cookbook <logging-cookbook>`
|
||||||
|
|
||||||
|
**Source code:** :source:`Lib/logging/config.py`
|
||||||
|
|
||||||
|
--------------
|
||||||
|
|
||||||
This section describes the API for configuring the logging module.
|
This section describes the API for configuring the logging module.
|
||||||
|
|
||||||
.. _logging-config-api:
|
.. _logging-config-api:
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,10 @@
|
||||||
* :ref:`Advanced Tutorial <logging-advanced-tutorial>`
|
* :ref:`Advanced Tutorial <logging-advanced-tutorial>`
|
||||||
* :ref:`Logging Cookbook <logging-cookbook>`
|
* :ref:`Logging Cookbook <logging-cookbook>`
|
||||||
|
|
||||||
|
**Source code:** :source:`Lib/logging/handlers.py`
|
||||||
|
|
||||||
|
--------------
|
||||||
|
|
||||||
.. currentmodule:: logging
|
.. currentmodule:: logging
|
||||||
|
|
||||||
The following useful handlers are provided in the package. Note that three of
|
The following useful handlers are provided in the package. Note that three of
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,10 @@
|
||||||
* :ref:`Logging Cookbook <logging-cookbook>`
|
* :ref:`Logging Cookbook <logging-cookbook>`
|
||||||
|
|
||||||
|
|
||||||
|
**Source code:** :source:`Lib/logging/__init__.py`
|
||||||
|
|
||||||
|
--------------
|
||||||
|
|
||||||
This module defines functions and classes which implement a flexible event
|
This module defines functions and classes which implement a flexible event
|
||||||
logging system for applications and libraries.
|
logging system for applications and libraries.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue