MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent / LogLine

Class LogLine

src/hyperagent/multilspy/multilspy_logger.py:9–19  ·  view source on GitHub ↗

Represents a line in the Multilspy log

Source from the content-addressed store, hash-verified

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

Callers 1

logMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected