|
| 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 |