Local Log Aggregator
Types
Link copied to clipboard
data class AggregatorStats(val totalProcessed: Long = 0, val indexSize: Int = 0, val errorCount: Long = 0, val lastUpdate: Instant = Clock.System.now())
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun searchLogs(level: SoulLogger.Level? = null, entry: String? = null, startTime: Instant? = null, endTime: Instant? = null, limit: Int = 100): List<Logger>