LogEvent

sealed class LogEvent(source)

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

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard
data class ApplicationShutdown(val currentPath: String) : LogEvent

Emitted when the application is shutting down.

Link copied to clipboard
data class LogFileCreated(val previousPath: String?, val currentPath: String) : LogEvent

Emitted when a new log file is created.