DevToolsLogicObserver
class DevToolsLogicObserver(config: DevToolsConfig, devToolsLogic: DevToolsLogic, scope: CoroutineScope) : LogicObserver(source)
LogicObserver implementation that forwards tracing events to DevTools.
This observer connects the LogicTracer (from reaktiv-core) with the DevTools infrastructure, enabling logic method traces to be displayed in the DevTools UI. Filtering of events is handled in the WASM UI, not here.
Parameters
config
DevTools configuration for client identification
devToolsLogic
DevToolsLogic instance for sending messages
scope
CoroutineScope for async message sending