BufferStatistics

data class BufferStatistics(val totalEntries: Int, val maxCapacity: Int, val levelBreakdown: Map<LogLevel, Int>, val oldestTimestamp: Long?, val newestTimestamp: Long?)

Statistics about the log buffer.

Constructors

Link copied to clipboard
constructor(totalEntries: Int, maxCapacity: Int, levelBreakdown: Map<LogLevel, Int>, oldestTimestamp: Long?, newestTimestamp: Long?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard