|
Aeon Engine c550894
AeonGames Open Source Game Engine
|
Defines log severity levels and stream output for the AeonGames engine. More...


Go to the source code of this file.
Namespaces | |
| namespace | AeonGames |
| <- This is here just for the literals | |
Enumerations | |
| enum class | AeonGames::LogLevel { AeonGames::Debug = 0 , AeonGames::Info , AeonGames::Performance , AeonGames::Warning , AeonGames::Error } |
| Severity levels for engine log messages. More... | |
Functions | |
| std::ostream & | AeonGames::operator<< (std::ostream &os, LogLevel level) |
| Inserts a color-coded log level tag into an output stream. | |
Defines log severity levels and stream output for the AeonGames engine.
Definition in file LogLevel.hpp.