Returns an unmodifiable view of all entries oldest-first.
List<LogEntry> get entries => List<LogEntry>.unmodifiable(_entries);