MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / warn

Method warn

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

Source from the content-addressed store, hash-verified

36 }
37
38 warn(category: string, message: string, data?: unknown): void {
39 this.writeLog('WARN', category, message, data)
40 }
41
42 error(category: string, message: string, data?: unknown): void {
43 this.writeLog('ERROR', category, message, data)

Callers

nothing calls this directly

Calls 1

writeLogMethod · 0.95

Tested by

no test coverage detected