CARTA Backend
The backend component of CARTA
Loading...
Searching...
No Matches
spdlog Namespace Reference

Namespaces

namespace  sinks
 

Variables

constexpr auto performance
 

Variable Documentation

◆ performance

constexpr auto spdlog::performance
constexpr
Initial value:
= [](auto&&... args) {
auto perf_log = spdlog::get(PERF_TAG);
if (perf_log) {
perf_log->debug(std::forward<decltype(args)>(args)...);
}
}
#define PERF_TAG
Definition Logger.h:28