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

Method info

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

Source from the content-addressed store, hash-verified

286 this.emitAt('warn', message, payload);
287 }
288 info(message: string, payload?: LogPayload): void {
289 this.emitAt('info', message, payload);
290 }
291 debug(message: string, payload?: LogPayload): void {
292 this.emitAt('debug', message, payload);
293 }

Callers

nothing calls this directly

Calls 1

emitAtMethod · 0.95

Tested by

no test coverage detected