MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / critical

Method critical

src/core/log/log.py:87–88  ·  view source on GitHub ↗
(self, message: str, **kwargs)

Source from the content-addressed store, hash-verified

85 self._log("ERROR", message, **kwargs)
86
87 def critical(self, message: str, **kwargs) -> None:
88 self._log("CRITICAL", message, **kwargs)
89
90 def info(self, message: str, **kwargs) -> None:
91 self._log("INFO", message, **kwargs)

Callers

nothing calls this directly

Calls 1

_logMethod · 0.95

Tested by

no test coverage detected