Brunot
Loading...
Searching...
No Matches
hlg Namespace Reference

Functions

template<typename... Args>
auto Trace (spdlog::format_string_t< Args... > message, Args &&... args) -> void
template<typename T>
auto Trace (const T &message) -> void
template<typename... Args>
auto Debug (spdlog::format_string_t< Args... > message, Args &&... args) -> void
template<typename T>
auto Debug (const T &message) -> void
template<typename... Args>
auto Message (spdlog::format_string_t< Args... > message, Args &&... args) -> void
template<typename T>
auto Message (const T &message) -> void
template<typename... Args>
auto Warning (spdlog::format_string_t< Args... > message, Args &&... args) -> void
template<typename T>
auto Warning (const T &message) -> void
template<typename... Args>
auto Error (spdlog::format_string_t< Args... > message, Args &&... args) -> void
template<typename T>
auto Error (const T &message) -> void
template<typename... Args>
auto Critical (spdlog::format_string_t< Args... > message, Args &&... args) -> void
template<typename T>
auto Critical (const T &message) -> void

Function Documentation

◆ Critical() [1/2]

template<typename T>
auto hlg::Critical ( const T & message) ->void

◆ Critical() [2/2]

template<typename... Args>
auto hlg::Critical ( spdlog::format_string_t< Args... > message,
Args &&... args )->void
Here is the caller graph for this function:

◆ Debug() [1/2]

template<typename T>
auto hlg::Debug ( const T & message) ->void

◆ Debug() [2/2]

template<typename... Args>
auto hlg::Debug ( spdlog::format_string_t< Args... > message,
Args &&... args )->void
Here is the caller graph for this function:

◆ Error() [1/2]

template<typename T>
auto hlg::Error ( const T & message) ->void

◆ Error() [2/2]

template<typename... Args>
auto hlg::Error ( spdlog::format_string_t< Args... > message,
Args &&... args )->void
Here is the caller graph for this function:

◆ Message() [1/2]

template<typename T>
auto hlg::Message ( const T & message) ->void

◆ Message() [2/2]

template<typename... Args>
auto hlg::Message ( spdlog::format_string_t< Args... > message,
Args &&... args )->void
Here is the caller graph for this function:

◆ Trace() [1/2]

template<typename T>
auto hlg::Trace ( const T & message) ->void

◆ Trace() [2/2]

template<typename... Args>
auto hlg::Trace ( spdlog::format_string_t< Args... > message,
Args &&... args )->void
Here is the caller graph for this function:

◆ Warning() [1/2]

template<typename T>
auto hlg::Warning ( const T & message) ->void

◆ Warning() [2/2]

template<typename... Args>
auto hlg::Warning ( spdlog::format_string_t< Args... > message,
Args &&... args )->void
Here is the caller graph for this function: