获取所有日志
List<Map<String, dynamic>> getLogs() { if (!_isInitialized) return []; return logManager.getLogs(); }