MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / info

Method info

packages/node-runtime/src/ai/ai-logger.ts:34–36  ·  view source on GitHub ↗
(category: string, message: string, data?: unknown)

Source from the content-addressed store, hash-verified

32 }
33
34 info(category: string, message: string, data?: unknown): void {
35 this.writeLog('INFO', category, message, data)
36 }
37
38 warn(category: string, message: string, data?: unknown): void {
39 this.writeLog('WARN', category, message, data)

Callers

nothing calls this directly

Calls 1

writeLogMethod · 0.95

Tested by

no test coverage detected