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

Method info

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

Source from the content-addressed store, hash-verified

91 }
92
93 info(message: string, ...args: unknown[]): void {
94 this.logToConsole('info', '', message, ...args)
95 this.debug(message, args)
96 }
97
98 infoDeveloper(message: string, ...args: unknown[]): void {
99 this.debug(message, ...args)

Callers 1

logFunction · 0.80

Calls 2

logToConsoleMethod · 0.95
debugMethod · 0.95

Tested by

no test coverage detected