Returns the stored log entries in reverse chronological order.
static List<String> getLogs() { return _logs.reversed.toList(); }