sandbox
Loading...
Searching...
No Matches
sbx::core::logger Class Reference

Public Types

template<typename... Args>
using format_string_type = spdlog::format_string_t< Args... >
 

Static Public Member Functions

template<typename... Args>
static auto trace (format_string_type< Args... > format, Args &&... args) -> void
 
template<typename Type >
static auto trace (const Type &value) -> void
 
template<typename... Args>
static auto debug (format_string_type< Args... > format, Args &&... args) -> void
 
template<typename Type >
static auto debug (const Type &value) -> void
 
template<typename... Args>
static auto info (format_string_type< Args... > format, Args &&... args) -> void
 
template<typename Type >
static auto info (const Type &value) -> void
 
template<typename... Args>
static auto warn (format_string_type< Args... > format, Args &&... args) -> void
 
template<typename Type >
static auto warn (const Type &value) -> void
 
template<typename... Args>
static auto error (format_string_type< Args... > format, Args &&... args) -> void
 
template<typename Type >
static auto error (const Type &value) -> void
 
template<typename... Args>
static auto critical (format_string_type< Args... > format, Args &&... args) -> void
 
template<typename Type >
static auto critical (const Type &value) -> void
 

The documentation for this class was generated from the following file: