Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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)
83
class
RecordedLog:
84
created: float
85
level: str
86
logger_name: str
87
message: str
88
exc_text: str | None = None
89
90
91
class
InMemoryDebugRecorder(logging.Handler):
Callers
1
emit
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected