Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Delgan/loguru
/ H
Class
H
tests/test_add_sinks.py:124–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
out = []
123
124
class
H(logging.Handler):
125
def
emit(self, record):
126
out.append(record.getMessage() +
"\n"
)
127
128
h = H()
129
log(h, rep)
Callers
1
test_standard_handler_sink
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_standard_handler_sink
Function · 0.68