|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Log severity levels for the logging system. More...
#include <cstdint>#include <format>#include <string_view>#include <utility>#include "LogLevel.inl"Go to the source code of this file.
Classes | |
| struct | std::formatter< rtp::log::Level > |
Namespaces | |
| namespace | rtp |
| namespace | rtp::log |
Enumerations | |
| enum class | rtp::log::Level : std::uint8_t { rtp::log::Debug = 0 , rtp::log::Info , rtp::log::Warning , rtp::log::Error , rtp::log::Fatal , rtp::log::None } |
| Severity levels for log messages. More... | |
Functions | |
| constexpr std::string_view | rtp::log::toString (Level level) noexcept |
Log severity levels for the logging system.
Defines the severity levels used throughout the logging system.
Definition in file LogLevel.hpp.