mirror of
https://github.com/python/cpython.git
synced 2026-01-03 22:12:27 +00:00
Closes #20509: Merged documentation update from 3.3.
This commit is contained in:
commit
d8b24d756a
1 changed files with 3 additions and 1 deletions
|
|
@ -80,7 +80,9 @@ in :mod:`logging` itself) and defining handlers which are declared either in
|
|||
|
||||
.. 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. The
|
||||
format of the file should be as described in
|
||||
: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 and load the chosen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue