MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getEventLogger

Function getEventLogger

src/bootstrap/state.ts:1033–1035  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1031}
1032
1033export function getEventLogger(): ReturnType<typeof logs.getLogger> | null {
1034 return STATE.eventLogger
1035}
1036
1037export function setEventLogger(
1038 logger: ReturnType<typeof logs.getLogger> | null,

Callers 1

logOTelEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected