Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
26
export
function
useLogger() {
27
return
SceneStack.at(-1)?.logger ?? console;
28
}
29
30
/**
31
* Mark the current scene as ready to transition out.
Callers
15
image
Method · 0.90
draw
Method · 0.90
constructor
Method · 0.90
setDrawHooks
Method · 0.90
setPlaybackRate
Function · 0.90
constructor
Method · 0.90
parseSVGData
Method · 0.90
parseLineCap
Method · 0.90
parseLineJoin
Method · 0.90
parseLineDash
Method · 0.90
parseDashOffset
Method · 0.90
extractElementNodes
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected