MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / initAppLogger

Function initAppLogger

packages/node-runtime/src/logging/app-logger.ts:113–115  ·  view source on GitHub ↗
(logsDir: string)

Source from the content-addressed store, hash-verified

111
112/** Initialize the singleton app logger. Call once per runtime at startup. */
113export function initAppLogger(logsDir: string): void {
114 instance = new AppLogger(logsDir)
115}
116
117/**
118 * The shared logger. Safe to call before init: logs are dropped silently until

Callers 8

logs.test.tsFile · 0.90
app-logger.test.tsFile · 0.90
mainFunction · 0.90
mainFunction · 0.90
ensureInitFunction · 0.90
ensureInitFunction · 0.90
runFunction · 0.90
startHttpServerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected