KeelLoggerService

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val currentLevel: StateFlow<LogLevel>

Functions

Link copied to clipboard
fun clear()
Link copied to clipboard
fun getRecentLogs(limit: Int = 100): List<LogEntry>
Link copied to clipboard
fun log(level: LogLevel, source: String, message: String, throwable: Throwable? = null)
Link copied to clipboard
fun logStream(): SharedFlow<LogEntry>
Link copied to clipboard
fun setLevel(level: LogLevel)
Link copied to clipboard
fun shutdown()