MCPcopy
hub / github.com/midrender/revideo / useLogger

Function useLogger

packages/core/src/utils/useScene.ts:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26export function useLogger() {
27 return SceneStack.at(-1)?.logger ?? console;
28}
29
30/**
31 * Mark the current scene as ready to transition out.

Callers 15

imageMethod · 0.90
drawMethod · 0.90
constructorMethod · 0.90
setDrawHooksMethod · 0.90
setPlaybackRateFunction · 0.90
constructorMethod · 0.90
parseSVGDataMethod · 0.90
parseLineCapMethod · 0.90
parseLineJoinMethod · 0.90
parseLineDashMethod · 0.90
parseDashOffsetMethod · 0.90
extractElementNodesMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected