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

Method warn

packages/node-runtime/src/ai/compression/types.ts:29–29  ·  view source on GitHub ↗
(category: string, message: string, extra?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

27export interface CompressionLogger {
28 info(category: string, message: string, extra?: Record<string, unknown>): void
29 warn(category: string, message: string, extra?: Record<string, unknown>): void
30 error(category: string, message: string, extra?: Record<string, unknown>): void
31}
32

Callers 1

checkAndCompressFunction · 0.65

Implementers 2

AppLoggerpackages/node-runtime/src/logging/app-
AiLoggerpackages/node-runtime/src/ai/ai-logger

Calls

no outgoing calls

Tested by

no test coverage detected