MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / RecordedLog

Class RecordedLog

deeplabcut/core/debug/debug_logger.py:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82@dataclass(frozen=True)
83class RecordedLog:
84 created: float
85 level: str
86 logger_name: str
87 message: str
88 exc_text: str | None = None
89
90
91class InMemoryDebugRecorder(logging.Handler):

Callers 1

emitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected