Commit 6068b6c9 authored by Vinay Sajip's avatar Vinay Sajip

Issue #20509: Added cross-reference in documentation.

parent 091d017a
...@@ -81,8 +81,9 @@ in :mod:`logging` itself) and defining handlers which are declared either in ...@@ -81,8 +81,9 @@ in :mod:`logging` itself) and defining handlers which are declared either in
.. function:: fileConfig(fname, defaults=None, disable_existing_loggers=True) .. function:: fileConfig(fname, defaults=None, disable_existing_loggers=True)
Reads the logging configuration from a :mod:`configparser`\-format file Reads the logging configuration from a :mod:`configparser`\-format file
named *fname*. This function can be called several times from an named *fname*. The format of the file should be as described in
application, allowing an end user to select from various pre-canned :ref:`logging-config-fileformat`. This function can be called several times
from an application, allowing an end user to select from various pre-canned
configurations (if the developer provides a mechanism to present the choices configurations (if the developer provides a mechanism to present the choices
and load the chosen configuration). and load the chosen configuration).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment