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

Method error

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

Source from the content-addressed store, hash-verified

40 }
41
42 error(category: string, message: string, data?: unknown): void {
43 this.writeLog('ERROR', category, message, data)
44 }
45
46 close(): void {
47 if (this.logStream) {

Callers

nothing calls this directly

Calls 1

writeLogMethod · 0.95

Tested by

no test coverage detected