Namespace P64::Log

Classes

Functions

template<typename ...ARGS>
void P64::Log::log(
const char *str,
const srcLoc loc,
const char *const prefix,
ARGS&&... args
)
template<typename ...Ts>
P64::Log::info(const char *str, Ts&&... args) -> info<Ts...>
template<typename ...Ts>
P64::Log::warn(const char *str, Ts&&... args) -> warn<Ts...>
template<typename ...Ts>
P64::Log::error(
const char *str,
Ts&&... args
) -> error<Ts...>

Typedefs

using P64::Log::srcLoc = std::source_location