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

Method log

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

Source from the content-addressed store, hash-verified

711 await self._dispatch_to_sync(self.sync_bl.exception, event, args, kw)
712
713 async def log(self, level: Any, event: str, *args: Any, **kw: Any) -> None:
714 await self._dispatch_to_sync(
715 partial(self.sync_bl.log, level), event, args, kw
716 )
717
718
719class LoggerFactory:

Callers

nothing calls this directly

Calls 1

_dispatch_to_syncMethod · 0.95

Tested by

no test coverage detected