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

Method warn

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

Source from the content-addressed store, hash-verified

103 }
104
105 warn(message: string, ...args: unknown[]): void {
106 this.logToConsole('warn', '', message, ...args)
107 this.debug(`[WARN] ${message}`, ...args)
108 }
109
110 getLogPath(): string {
111 return this.logFilePath

Callers 3

fetchSessionsFunction · 0.80
readSettingsFunction · 0.80
warnFunction · 0.80

Calls 2

logToConsoleMethod · 0.95
debugMethod · 0.95

Tested by

no test coverage detected