LogEventBus

Internal event bus for publishing log events. Uses Kotlin SharedFlow for thread-safe event broadcasting.

Properties

Link copied to clipboard
val events: SharedFlow<LogEvent>

Functions

Link copied to clipboard
suspend fun post(event: LogEvent)

Post an event to the event bus.