Loading...
Searching...
No Matches
7#define SPDLOG_FMT_EXTERNAL
13#define INFO(...) Log::Info(fmt::format(__VA_ARGS__));
14#define ERR(...) Log::Error(fmt::format(__VA_ARGS__));
15#define WARN(...) Log::Warn(fmt::format(__VA_ARGS__));
31 void Info(
const std::string_view &s);
32 void Error(
const std::string_view &s);
33 void Warn(
const std::string_view &s);