14 #include <spdlog/logger.h>
21 extern std::shared_ptr<spdlog::logger>
console;
26 template <
typename... Args>
27 void DBUG(
char const* fmt, Args
const&... args)
31 template <
typename... Args>
32 void INFO(
char const* fmt, Args
const&... args)
36 template <
typename... Args>
37 void WARN(
char const* fmt, Args
const&... args)
41 template <
typename... Args>
42 void ERR(
char const* fmt, Args
const&... args)
46 template <
typename... Args>
47 void CRITICAL(
char const* fmt, Args
const&... args)
void INFO(char const *fmt, Args const &... args)
void CRITICAL(char const *fmt, Args const &... args)
void ERR(char const *fmt, Args const &... args)
void DBUG(char const *fmt, Args const &... args)
void WARN(char const *fmt, Args const &... args)
std::shared_ptr< spdlog::logger > console
void setConsoleLogLevel(std::string const &level_string)