MCPcopy Create free account
hub / github.com/altic-dev/Pilot / logger.ts

File logger.ts

src/lib/logger.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1type LogLevel = "info" | "warn" | "error" | "debug";
2
3interface LogData {
4 level: LogLevel;

Callers

nothing calls this directly

Calls 1

formatLogFunction · 0.85

Tested by

no test coverage detected