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

Method warn

packages/sync/src/types.ts:147–147  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

145export interface SyncLogger {
146 info(message: string): void
147 warn(message: string): void
148 error(message: string, err?: unknown): void
149}
150

Callers 15

registerNlpRoutesFunction · 0.65
registerLogRoutesFunction · 0.65
executePullSessionMethod · 0.65
loadAllMethod · 0.65
migrateToUnifiedDirsFunction · 0.65
verifyDataPathFunction · 0.65
constructorMethod · 0.65
initMethod · 0.65
startInternalServerFunction · 0.65
logger.tsFile · 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