Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
rtp::log::detail Namespace Reference

Classes

class  LoggerBackend
 

Functions

void logImpl (Level level, std::string_view message, const std::source_location &loc)
 
static LoggerBackendgetBackend (void) noexcept
 

Function Documentation

◆ getBackend()

static LoggerBackend & rtp::log::detail::getBackend ( void  )
staticnoexcept

Definition at line 131 of file Logger.cpp.

Referenced by rtp::log::configure(), and logImpl().

◆ 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().