|
MetaImGUI 1.0.0
ImGui Application Template for C++20
|

Public Attributes | |
| bool | consoleOutput = true |
| bool | fileOutput = false |
| std::filesystem::path | logFilePath |
| std::ofstream | logFile |
| std::mutex | mutex |
Definition at line 32 of file Logger.cpp.
| bool MetaImGUI::Logger::Impl::consoleOutput = true |
Definition at line 33 of file Logger.cpp.
| bool MetaImGUI::Logger::Impl::fileOutput = false |
Definition at line 34 of file Logger.cpp.
| std::ofstream MetaImGUI::Logger::Impl::logFile |
Definition at line 36 of file Logger.cpp.
| std::filesystem::path MetaImGUI::Logger::Impl::logFilePath |
Definition at line 35 of file Logger.cpp.
|
mutable |
Definition at line 37 of file Logger.cpp.