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

Method isEnabledFor

src/structlog/stdlib.py:409–413  ·  view source on GitHub ↗

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

(self, level: int)

Source from the content-addressed store, hash-verified

407 return self._logger.getEffectiveLevel()
408
409 def isEnabledFor(self, level: int) -> bool:
410 """
411 Calls :meth:`logging.Logger.isEnabledFor` with unmodified arguments.
412 """
413 return self._logger.isEnabledFor(level)
414
415 def is_enabled_for(self, level: int) -> bool:
416 """

Callers 1

is_enabled_forMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected