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

Function getRootLogger

packages/agent-core/src/logging/logger.ts:271–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269}
270
271export function getRootLogger(): RootLogger {
272 return getRootInternal();
273}
274
275export function flushDiagnosticLogs(): Promise<boolean> {
276 return getRootInternal().flush();

Callers 8

constructorMethod · 0.90
closeMethod · 0.90
logger.test.tsFile · 0.90
runtime.test.tsFile · 0.90
constructorMethod · 0.90
exportSessionMethod · 0.90

Calls 1

getRootInternalFunction · 0.85

Tested by

no test coverage detected