Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1033
export
function
getEventLogger(): ReturnType<typeof logs.getLogger> | null {
1034
return
STATE.eventLogger
1035
}
1036
1037
export
function
setEventLogger(
1038
logger: ReturnType<typeof logs.getLogger> | null,
Callers
1
logOTelEvent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected