Skip to content

Commit c29e430

Browse files
committed
Add Logger._log and Logger.manager documentation
1 parent b5da2b7 commit c29e430

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Doc/library/logging.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,15 @@ is the module's name in the Python package namespace.
383383

384384
.. versionadded:: 3.2
385385

386+
.. method:: Logger._log(level, msg, args, exc_info=None, extra=None, stack_info=False, stacklevel=1)
387+
388+
Low-level logging routine which creates a :class:`~LogRecord` and then calls
389+
all the handlers of this logger to handle the record.
390+
391+
.. attribute:: manager
392+
393+
The logger :class:`~Manager`.
394+
386395
.. versionchanged:: 3.7
387396
Loggers can now be pickled and unpickled.
388397

0 commit comments

Comments
 (0)