Aeon Engine c550894
AeonGames Open Source Game Engine
Loading...
Searching...
No Matches
LogLevel.hpp File Reference

Defines log severity levels and stream output for the AeonGames engine. More...

#include "aeongames/Platform.hpp"
#include <iostream>
Include dependency graph for LogLevel.hpp:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Defines log severity levels and stream output for the AeonGames engine.

Definition in file LogLevel.hpp.