|
|
|
@ -12,8 +12,12 @@
|
|
|
|
|
#define SPDLOG_TRACE_ON
|
|
|
|
|
#define SPDLOG_DEBUG_ON
|
|
|
|
|
|
|
|
|
|
#include "../include/spdlog/async.h"
|
|
|
|
|
#include "../include/spdlog/sinks/file_sinks.h"
|
|
|
|
|
#include "../include/spdlog/sinks/null_sink.h"
|
|
|
|
|
#include "../include/spdlog/sinks/ostream_sink.h"
|
|
|
|
|
#include "../include/spdlog/spdlog.h"
|
|
|
|
|
|
|
|
|
|
#include "spdlog/async.h"
|
|
|
|
|
#include "spdlog/sinks/simple_file_sink.h"
|
|
|
|
|
#include "spdlog/sinks/stdout_color_sinks.h"
|
|
|
|
|
#include "spdlog/sinks/daily_file_sink.h"
|
|
|
|
|
#include "spdlog/sinks/rotating_file_sink.h"
|
|
|
|
|
#include "spdlog/sinks/null_sink.h"
|
|
|
|
|
#include "spdlog/sinks/ostream_sink.h"
|
|
|
|
|
#include "spdlog/spdlog.h"
|
|
|
|
|