galaxy
1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
LogLevel.hpp
Go to the documentation of this file.
1
7
8
#ifndef GALAXY_LOGGING_LOGLEVEL_HPP_
9
#define GALAXY_LOGGING_LOGLEVEL_HPP_
10
11
namespace
galaxy
12
{
13
namespace
logging
14
{
18
enum class
LogLevel
:
int
19
{
23
_INFO_
= 0,
24
28
_DEBUG_
= 1,
29
33
_WARNING_
= 2,
34
38
_ERROR_
= 3,
39
43
_FATAL_
= 4
44
};
45
}
// namespace logging
46
}
// namespace galaxy
47
48
#endif
galaxy::logging::LogLevel
LogLevel
Used to determine filtering and colouring of log messages.
Definition
LogLevel.hpp:19
galaxy::logging::LogLevel::_DEBUG_
@ _DEBUG_
Debug Log Level.
galaxy::logging::LogLevel::_ERROR_
@ _ERROR_
Error Log Level.
galaxy::logging::LogLevel::_FATAL_
@ _FATAL_
Fatal Log Level.
galaxy::logging::LogLevel::_INFO_
@ _INFO_
Info Log Level.
galaxy::logging::LogLevel::_WARNING_
@ _WARNING_
Warning Log Level.
galaxy
Timer.hpp galaxy.
Definition
Async.hpp:17
galaxy
src
galaxy
logging
LogLevel.hpp
Generated on Sat Mar 1 2025 14:49:36 for galaxy by
1.12.0