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

Method info

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

Source from the content-addressed store, hash-verified

35 }
36
37 info(scope: string, message: string, data?: unknown): void {
38 this.write('INFO', scope, message, data)
39 }
40
41 warn(scope: string, message: string, data?: unknown): void {
42 this.write('WARN', scope, message, data)

Callers

nothing calls this directly

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected