mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Minor documentation change relating to NullHandler.
This commit is contained in:
parent
f1f2f686fe
commit
a17775fab4
1 changed files with 4 additions and 4 deletions
|
@ -566,10 +566,10 @@ provided:
|
|||
|
||||
The :class:`NullHandler` class was not present in previous versions.
|
||||
|
||||
The :class:`StreamHandler` and :class:`FileHandler` classes are defined in the
|
||||
core logging package. The other handlers are defined in a sub- module,
|
||||
:mod:`logging.handlers`. (There is also another sub-module,
|
||||
:mod:`logging.config`, for configuration functionality.)
|
||||
The :class:`NullHandler`, :class:`StreamHandler` and :class:`FileHandler`
|
||||
classes are defined in the core logging package. The other handlers are
|
||||
defined in a sub- module, :mod:`logging.handlers`. (There is also another
|
||||
sub-module, :mod:`logging.config`, for configuration functionality.)
|
||||
|
||||
Logged messages are formatted for presentation through instances of the
|
||||
:class:`Formatter` class. They are initialized with a format string suitable for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue