MCPcopy Create free account
hub / github.com/hynek/structlog / getEffectiveLevel

Method getEffectiveLevel

src/structlog/stdlib.py:402–407  ·  view source on GitHub ↗

Calls :meth:`logging.Logger.getEffectiveLevel` with unmodified arguments.

(self)

Source from the content-addressed store, hash-verified

400 self._logger.callHandlers(record)
401
402 def getEffectiveLevel(self) -> int:
403 """
404 Calls :meth:`logging.Logger.getEffectiveLevel` with unmodified
405 arguments.
406 """
407 return self._logger.getEffectiveLevel()
408
409 def isEnabledFor(self, level: int) -> bool:
410 """

Callers 3

get_effective_levelMethod · 0.80
filter_by_levelFunction · 0.80
test_recreate_defaultsFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_recreate_defaultsFunction · 0.64