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

Interface Logger

packages/config/src/migrations/types.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3 */
4
5export interface Logger {
6 info(category: string, message: string, ...args: unknown[]): void
7 warn(category: string, message: string, ...args: unknown[]): void
8 error(category: string, message: string, ...args: unknown[]): void
9}
10
11export interface MigrationContext {
12 /** ~/.chatlab */

Callers 9

upFunction · 0.65
upFunction · 0.65
upFunction · 0.65
runMethod · 0.65
upFunction · 0.65
loadConfigFileFunction · 0.65
upFunction · 0.65
writeVersionMethod · 0.65
runMethod · 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