()
| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected