mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
[3.9] bpo-43184: Add information about added attribute and method. (GH-27347) (GH-27353)
(cherry picked from commit 50b72768ff
)
This commit is contained in:
parent
5d9c86e340
commit
ce2033694e
1 changed files with 4 additions and 0 deletions
|
@ -893,6 +893,10 @@ interchangeably.
|
||||||
:meth:`~Logger.setLevel` and :meth:`~Logger.hasHandlers` methods were added
|
:meth:`~Logger.setLevel` and :meth:`~Logger.hasHandlers` methods were added
|
||||||
to :class:`LoggerAdapter`. These methods delegate to the underlying logger.
|
to :class:`LoggerAdapter`. These methods delegate to the underlying logger.
|
||||||
|
|
||||||
|
.. versionchanged:: 3.6
|
||||||
|
Attribute :attr:`manager` and method :meth:`_log` were added, which
|
||||||
|
delegate to the underlying logger and allow adapters to be nested.
|
||||||
|
|
||||||
|
|
||||||
Thread Safety
|
Thread Safety
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue