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

Method log

tests/test_generic.py:17–18  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

15
16class TestLogger:
17 def log(self, msg):
18 return "log", msg
19
20 def gol(self, msg):
21 return "gol", msg

Callers 6

test_log_methodMethod · 0.45
test_log_exact_levelMethod · 0.45
test_log_one_belowMethod · 0.45
test_log_interpMethod · 0.45
test_log_interp_dictMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected