Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConsortiumAI/Consortium
/ debug
Method
debug
packages/consortium-cli/src/ui/logger.ts:49–51 ·
view source on GitHub ↗
(message: string, ...args: unknown[])
Source
from the content-addressed store, hash-verified
47
}
48
49
debug(message: string, ...args: unknown[]): void {
50
this.logToFile(`[${this.localTimezoneTimestamp()}]`, message, ...args)
51
}
52
53
debugLargeJson(
54
message: string,
Callers
15
debugLargeJson
Method · 0.95
info
Method · 0.95
infoDeveloper
Method · 0.95
warn
Method · 0.95
main
Function · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
sendClaudeSessionMessage
Method · 0.80
close
Method · 0.80
getOrCreateSession
Method · 0.80
constructor
Method · 0.80
authAndSetupMachineIfNeeded
Function · 0.80
Calls
2
logToFile
Method · 0.95
localTimezoneTimestamp
Method · 0.95
Tested by
no test coverage detected