Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8ae8a commit 50b7276Copy full SHA for 50b7276
1 file changed
Doc/library/logging.rst
@@ -900,6 +900,10 @@ interchangeably.
900
:meth:`~Logger.setLevel` and :meth:`~Logger.hasHandlers` methods were added
901
to :class:`LoggerAdapter`. These methods delegate to the underlying logger.
902
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
+
907
908
Thread Safety
909
-------------
0 commit comments