MCPcopy
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

Calls

no outgoing calls

Tested by 1