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

Method debug

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

Source from the content-addressed store, hash-verified

679 _ASYNC_CALLING_THREAD.reset(thread_token)
680
681 async def debug(self, event: str, *args: Any, **kw: Any) -> None:
682 await self._dispatch_to_sync(self.sync_bl.debug, event, args, kw)
683
684 async def info(self, event: str, *args: Any, **kw: Any) -> None:
685 await self._dispatch_to_sync(self.sync_bl.info, event, args, kw)

Callers

nothing calls this directly

Calls 1

_dispatch_to_syncMethod · 0.95

Tested by

no test coverage detected