Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hynek/structlog
/ log
Method
log
src/structlog/testing.py:195–196 ·
view source on GitHub ↗
(*args: Any, **kw: Any)
Source
from the content-addressed store, hash-verified
193
""
"
194
195
def
log(*args: Any, **kw: Any) -> None:
196
self.calls.append(CapturedCall(name, args, kw))
197
198
return
log
199
Callers
nothing calls this directly
Calls
1
CapturedCall
Class · 0.85
Tested by
no test coverage detected