Get logs filtered by tag.
static List<LogEntry> getLogsByTag(String tag) { return _logs.where((l) => l.tag == tag).toList(); }