Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
271
export
function
getRootLogger(): RootLogger {
272
return
getRootInternal();
273
}
274
275
export
function
flushDiagnosticLogs(): Promise<boolean> {
276
return
getRootInternal().flush();
Callers
8
local-logging.test.ts
File · 0.90
constructor
Method · 0.90
close
Method · 0.90
logger.test.ts
File · 0.90
model-alias-session.test.ts
File · 0.90
runtime.test.ts
File · 0.90
constructor
Method · 0.90
exportSession
Method · 0.90
Calls
1
getRootInternal
Function · 0.85
Tested by
no test coverage detected