Package-level declarations

Types

Link copied to clipboard
sealed class LogEvent

Sealed class representing log events that can be published via the event bus. This decouples the core logging module from analysis functionality.

Link copied to clipboard

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