Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
type
LogLevel =
"info"
|
"warn"
|
"error"
|
"debug"
;
2
3
interface
LogData {
4
level: LogLevel;
Callers
nothing calls this directly
Calls
1
formatLog
Function · 0.85
Tested by
no test coverage detected