MCPcopy Create free account
hub / github.com/su-kaka/gcli2api / LogEntry

Class LogEntry

src/models.py:313–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311
312
313class LogEntry(BaseModel):
314 timestamp: str
315 level: str
316 message: str
317 module: Optional[str] = None
318
319
320class ConfigValue(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected