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

Method debug

packages/node-runtime/src/logging/app-logger.ts:33–35  ·  view source on GitHub ↗
(scope: string, message: string, data?: unknown)

Source from the content-addressed store, hash-verified

31 }
32
33 debug(scope: string, message: string, data?: unknown): void {
34 this.write('DEBUG', scope, message, data)
35 }
36
37 info(scope: string, message: string, data?: unknown): void {
38 this.write('INFO', scope, message, data)

Callers 2

app-logger.test.tsFile · 0.45
app-logger.tsFile · 0.45

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected