MCPcopy Create free account
hub / github.com/ConsortiumAI/Consortium / infoDeveloper

Method infoDeveloper

packages/consortium-cli/src/ui/logger.ts:98–103  ·  view source on GitHub ↗
(message: string, ...args: unknown[])

Source from the content-addressed store, hash-verified

96 }
97
98 infoDeveloper(message: string, ...args: unknown[]): void {
99 this.debug(message, ...args)
100 if (process.env.DEBUG) {
101 this.logToConsole('info', '[DEV]', message, ...args)
102 }
103 }
104
105 warn(message: string, ...args: unknown[]): void {
106 this.logToConsole('warn', '', message, ...args)

Callers 1

runClaudeFunction · 0.80

Calls 2

debugMethod · 0.95
logToConsoleMethod · 0.95

Tested by

no test coverage detected