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

Method error

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

Source from the content-addressed store, hash-verified

82 log_method(message, **kwargs)
83
84 def error(self, message: str, **kwargs) -> None:
85 self._log("ERROR", message, **kwargs)
86
87 def critical(self, message: str, **kwargs) -> None:
88 self._log("CRITICAL", message, **kwargs)

Callers 15

exception_handlerFunction · 0.45
log_request_fullMethod · 0.45
log_request_exceptionMethod · 0.45
connectMethod · 0.45
initializeMethod · 0.45
send_messageMethod · 0.45
initializeMethod · 0.45
_parse_messageMethod · 0.45
_process_messageMethod · 0.45
consumeMethod · 0.45
startMethod · 0.45
executeMethod · 0.45

Calls 1

_logMethod · 0.95

Tested by

no test coverage detected