|
Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
|
Classes | |
| class | LoggerBackend |
Functions | |
| void | logImpl (Level level, std::string_view message, const std::source_location &loc) |
| static LoggerBackend & | getBackend (void) noexcept |
|
staticnoexcept |
Definition at line 131 of file Logger.cpp.
Referenced by rtp::log::configure(), and logImpl().
| void rtp::log::detail::logImpl | ( | Level | level, |
| std::string_view | message, | ||
| const std::source_location & | loc | ||
| ) |
Definition at line 137 of file Logger.cpp.
References getBackend(), and rtp::log::detail::LoggerBackend::write().