getLogs static method

List<String> getLogs()

Returns the stored log entries in reverse chronological order.

Implementation

static List<String> getLogs() {
  return _logs.reversed.toList();
}