MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / debug

Method debug

packages/agent-core/src/logging/logger.ts:291–293  ·  view source on GitHub ↗
(message: string, payload?: LogPayload)

Source from the content-addressed store, hash-verified

289 this.emitAt('info', message, payload);
290 }
291 debug(message: string, payload?: LogPayload): void {
292 this.emitAt('debug', message, payload);
293 }
294
295 createChild(ctx: LogContext): Logger {
296 return new LoggerImpl({ ...this.boundCtx, ...ctx });

Callers

nothing calls this directly

Calls 1

emitAtMethod · 0.95

Tested by

no test coverage detected