entries

abstract suspend fun entries(fromIndex: Long = 0): List<LogEntry>

Returns all log entries with index >= fromIndex.

Passing fromIndex = 0 (the default) returns the full log.