Get logs filtered by module
List<LogEntry> getModuleLogs(String moduleId) { return _logs.where((log) => log.moduleId == moduleId).toList(); }