Skip to content

Commit 59058a6

Browse files
[3.10] bpo-43184: Add information about added attribute and method. (GH-27347) (GH-27355)
(cherry picked from commit 50b7276)
1 parent 0aea99e commit 59058a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/logging.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,10 @@ interchangeably.
900900
:meth:`~Logger.setLevel` and :meth:`~Logger.hasHandlers` methods were added
901901
to :class:`LoggerAdapter`. These methods delegate to the underlying logger.
902902

903+
.. versionchanged:: 3.6
904+
Attribute :attr:`manager` and method :meth:`_log` were added, which
905+
delegate to the underlying logger and allow adapters to be nested.
906+
903907

904908
Thread Safety
905909
-------------

0 commit comments

Comments
 (0)