|
|
@ -14,13 +14,14 @@
|
|
|
|
#include "spdlog/details/periodic_worker.h"
|
|
|
|
#include "spdlog/details/periodic_worker.h"
|
|
|
|
#include "spdlog/logger.h"
|
|
|
|
#include "spdlog/logger.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef SPDLOG_DISABLE_DEFAULT_LOGGER
|
|
|
|
// support for the default stdout color logger
|
|
|
|
// support for the default stdout color logger
|
|
|
|
#ifdef _WIN32
|
|
|
|
#ifdef _WIN32
|
|
|
|
#include "spdlog/sinks/wincolor_sink.h"
|
|
|
|
#include "spdlog/sinks/wincolor_sink.h"
|
|
|
|
#else
|
|
|
|
#else
|
|
|
|
#include "spdlog/sinks/ansicolor_sink.h"
|
|
|
|
#include "spdlog/sinks/ansicolor_sink.h"
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif // SPDLOG_DISABLE_DEFAULT_LOGGER
|
|
|
|
|
|
|
|
|
|
|
|
#include <chrono>
|
|
|
|
#include <chrono>
|
|
|
|
#include <functional>
|
|
|
|
#include <functional>
|
|
|
|