Use Dynamic last Log Type

This commit is contained in:
Josh
2022-07-26 16:29:51 -05:00
committed by Admiral H. Curtiss
parent 97100290ee
commit 7e75bcd36f
2 changed files with 4 additions and 1 deletions

View File

@ -76,7 +76,7 @@ private:
LogManager& operator=(LogManager&&) = delete;
LogLevel m_level;
EnumMap<LogContainer, LogType::WIIMOTE> m_log{};
EnumMap<LogContainer, LAST_LOG_TYPE> m_log{};
std::array<LogListener*, LogListener::NUMBER_OF_LISTENERS> m_listeners{};
BitSet32 m_listener_ids;
size_t m_path_cutoff_point = 0;