Brunot
Loading...
Searching...
No Matches
Logging.h File Reference
#include <spdlog/spdlog.h>
#include <nlohmann/json.hpp>
Include dependency graph for Logging.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Logging
struct  fmt::formatter< nlohmann::json >

Namespaces

namespace  hlg

Functions

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