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

Method get_effective_level

src/structlog/stdlib.py:431–438  ·  view source on GitHub ↗

A snake_case alias of `getEffectiveLevel` for compatibility with `structlog.typing.FilteringBoundLogger`. .. versionadded:: 26.1.0

(self)

Source from the content-addressed store, hash-verified

429 return self._logger.isEnabledFor(level)
430
431 def get_effective_level(self) -> int:
432 """
433 A snake_case alias of `getEffectiveLevel` for compatibility with
434 `structlog.typing.FilteringBoundLogger`.
435
436 .. versionadded:: 26.1.0
437 """
438 return self._logger.getEffectiveLevel()
439
440 def getChild(self, suffix: str) -> logging.Logger:
441 """

Callers 3

api.pyFile · 0.45

Calls 1

getEffectiveLevelMethod · 0.80

Tested by 2