MCPcopy 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

debugLargeJsonMethod · 0.95
infoMethod · 0.95
infoDeveloperMethod · 0.95
warnMethod · 0.95
mainFunction · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
closeMethod · 0.80
getOrCreateSessionMethod · 0.80
constructorMethod · 0.80

Calls 2

logToFileMethod · 0.95

Tested by

no test coverage detected