|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
#include <Logger.hpp>
Public Member Functions | |
| consteval | LogFmt (const char *s, std::source_location l=std::source_location::current()) |
| consteval | LogFmt (std::string_view s, std::source_location l=std::source_location::current()) |
Public Attributes | |
| std::format_string< Args... > | fmt |
| std::source_location | loc |
Definition at line 59 of file Logger.hpp.
|
inline |
Definition at line 63 of file Logger.hpp.
|
inline |
Definition at line 70 of file Logger.hpp.
| std::format_string<Args...> rtp::log::LogFmt< Args >::fmt |
Definition at line 60 of file Logger.hpp.
| std::source_location rtp::log::LogFmt< Args >::loc |
Definition at line 61 of file Logger.hpp.