|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
#include <LogLevel.hpp>
Public Member Functions | |
| constexpr auto | parse (std::format_parse_context &ctx) |
| auto | format (rtp::log::Level level, std::format_context &ctx) const |
| Format an log::Level enum value. | |
Definition at line 70 of file LogLevel.hpp.
|
inline |
Format an log::Level enum value.
| level | The log level |
| ctx | The format context |
Definition at line 80 of file LogLevel.hpp.
References rtp::log::toString().
|
inlineconstexpr |
Definition at line 71 of file LogLevel.hpp.