Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50b7276

Browse files
authored
bpo-43184: Add information about added attribute and method. (GH-27347)
1 parent 0a8ae8a commit 50b7276

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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)