#include <spdlog/spdlog.h>
#include <nlohmann/json.hpp>
Go to the source code of this file.
|
| template<typename... Args> |
| auto | hlg::Trace (spdlog::format_string_t< Args... > message, Args &&... args) -> void |
| template<typename T> |
| auto | hlg::Trace (const T &message) -> void |
| template<typename... Args> |
| auto | hlg::Debug (spdlog::format_string_t< Args... > message, Args &&... args) -> void |
| template<typename T> |
| auto | hlg::Debug (const T &message) -> void |
| template<typename... Args> |
| auto | hlg::Message (spdlog::format_string_t< Args... > message, Args &&... args) -> void |
| template<typename T> |
| auto | hlg::Message (const T &message) -> void |
| template<typename... Args> |
| auto | hlg::Warning (spdlog::format_string_t< Args... > message, Args &&... args) -> void |
| template<typename T> |
| auto | hlg::Warning (const T &message) -> void |
| template<typename... Args> |
| auto | hlg::Error (spdlog::format_string_t< Args... > message, Args &&... args) -> void |
| template<typename T> |
| auto | hlg::Error (const T &message) -> void |
| template<typename... Args> |
| auto | hlg::Critical (spdlog::format_string_t< Args... > message, Args &&... args) -> void |
| template<typename T> |
| auto | hlg::Critical (const T &message) -> void |