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

Method info

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

Source from the content-addressed store, hash-verified

88 self._log("CRITICAL", message, **kwargs)
89
90 def info(self, message: str, **kwargs) -> None:
91 self._log("INFO", message, **kwargs)
92
93 def warning(self, message: str, **kwargs) -> None:
94 self.logger.warning(message, **kwargs)

Callers 15

on_startingFunction · 0.80
on_exitFunction · 0.80
worker_intFunction · 0.80
log_request_fullMethod · 0.80
connectMethod · 0.80
disconnectMethod · 0.80
send_to_userMethod · 0.80
broadcastMethod · 0.80
close_allMethod · 0.80
initializeMethod · 0.80
closeMethod · 0.80
send_messageMethod · 0.80

Calls 1

_logMethod · 0.95

Tested by

no test coverage detected