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

Method log_exception

src/core/log/log.py:152–153  ·  view source on GitHub ↗
(self, message: str, exc_info: bool = True, **kwargs)

Source from the content-addressed store, hash-verified

150 request_logger.error(message, **log_data)
151
152 def log_exception(self, message: str, exc_info: bool = True, **kwargs) -> None:
153 self.logger.exception(message, exc_info=exc_info, **kwargs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected