MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / critical

Method critical

Lib/logging/__init__.py:1185–1195  ·  view source on GitHub ↗

Log 'msg % args' with severity 'CRITICAL'. To pass exception information, use the keyword argument exc_info with a true value, e.g. logger.critical("Houston, we have a %s", "major disaster", exc_info=1)

(self, msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

criticalMethod · 0.45
criticalFunction · 0.45

Calls 2

isEnabledForMethod · 0.95
_logMethod · 0.95

Tested by

no test coverage detected