MCPcopy Index your code
hub / github.com/python/cpython / getEffectiveLevel

Method getEffectiveLevel

Lib/logging/__init__.py:1963–1967  ·  view source on GitHub ↗

Get the effective level for the underlying logger.

(self)

Source from the content-addressed store, hash-verified

1961 self.logger.setLevel(level)
1962
1963 def getEffectiveLevel(self):
1964 """
1965 Get the effective level for the underlying logger.
1966 """
1967 return self.logger.getEffectiveLevel()
1968
1969 def hasHandlers(self):
1970 """

Callers

nothing calls this directly

Calls 1

getEffectiveLevelMethod · 0.45

Tested by

no test coverage detected