MCPcopy
hub / github.com/qodo-ai/qodo-cover / LogLine

Class LogLine

cover_agent/lsp_logic/multilspy/multilspy_logger.py:11–21  ·  view source on GitHub ↗

Represents a line in the Multilspy log

Source from the content-addressed store, hash-verified

9
10
11class LogLine(BaseModel):
12 """
13 Represents a line in the Multilspy log
14 """
15
16 time: str
17 level: str
18 caller_file: str
19 caller_name: str
20 caller_line: int
21 message: str
22
23
24class MultilspyLogger:

Callers 1

logMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected