List<MemoryLog> getLvl(LogLvl lvl) { return _logs.reversed.where((log) => log.type == lvl).toList(); }