mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Removed duplicated method.
This commit is contained in:
parent
62165d67a2
commit
8382d0fe2e
1 changed files with 0 additions and 6 deletions
|
@ -1445,12 +1445,6 @@ class LoggerAdapter(object):
|
|||
"""
|
||||
self.logger.setLevel(level)
|
||||
|
||||
def isEnabledFor(self, level):
|
||||
"""
|
||||
See if the underlying logger is enabled for the specified level.
|
||||
"""
|
||||
return self.logger.isEnabledFor(level)
|
||||
|
||||
def getEffectiveLevel(self):
|
||||
"""
|
||||
Get the effective level for the underlying logger.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue