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

Method msg

src/structlog/twisted.py:47–51  ·  view source on GitHub ↗

Process event and call ``log.msg()`` with the result.

(self, event: str | None = None, **kw: Any)

Source from the content-addressed store, hash-verified

45 """
46
47 def msg(self, event: str | None = None, **kw: Any) -> Any:
48 """
49 Process event and call ``log.msg()`` with the result.
50 """
51 return self._proxy_to_logger("msg", event, **kw)
52
53 def err(self, event: str | None = None, **kw: Any) -> Any:
54 """

Callers 1

test_cachesMethod · 0.95

Calls 1

_proxy_to_loggerMethod · 0.95

Tested by 1

test_cachesMethod · 0.76