Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
LogLevel.hpp File Reference

Log severity levels for the logging system. More...

#include <cstdint>
#include <format>
#include <string_view>
#include <utility>
#include "LogLevel.inl"
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.

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
 

Detailed Description

Log severity levels for the logging system.

Author
Robin Toillon

Defines the severity levels used throughout the logging system.

Definition in file LogLevel.hpp.