MCPcopy Create free account
hub / github.com/hynek/structlog / fatal

Method fatal

src/structlog/stdlib.py:699–700  ·  view source on GitHub ↗
(self, event: str, *args: Any, **kw: Any)

Source from the content-addressed store, hash-verified

697 await self._dispatch_to_sync(self.sync_bl.critical, event, args, kw)
698
699 async def fatal(self, event: str, *args: Any, **kw: Any) -> None:
700 await self._dispatch_to_sync(self.sync_bl.critical, event, args, kw)
701
702 async def exception(self, event: str, *args: Any, **kw: Any) -> None:
703 # To make `log.exception("foo") work, we have to check if the user

Callers

nothing calls this directly

Calls 1

_dispatch_to_syncMethod · 0.95

Tested by

no test coverage detected