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

Method debug

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

Source from the content-addressed store, hash-verified

28 }
29
30 debug(category: string, message: string, data?: unknown): void {
31 this.writeLog('DEBUG', category, message, data)
32 }
33
34 info(category: string, message: string, data?: unknown): void {
35 this.writeLog('INFO', category, message, data)

Callers 7

writeLatestFactsFunction · 0.45
writeSessionFactsFunction · 0.45
writeLatestFactsFunction · 0.45
writeSessionFactsFunction · 0.45
logger.tsFile · 0.45
logger.tsFile · 0.45
executeStreamMethod · 0.45

Calls 1

writeLogMethod · 0.95

Tested by

no test coverage detected