Fixed tests
This commit is contained in:
parent
caa26a2a47
commit
780dab6977
@ -12,8 +12,12 @@
|
|||||||
#define SPDLOG_TRACE_ON
|
#define SPDLOG_TRACE_ON
|
||||||
#define SPDLOG_DEBUG_ON
|
#define SPDLOG_DEBUG_ON
|
||||||
|
|
||||||
#include "../include/spdlog/async.h"
|
|
||||||
#include "../include/spdlog/sinks/file_sinks.h"
|
#include "spdlog/async.h"
|
||||||
#include "../include/spdlog/sinks/null_sink.h"
|
#include "spdlog/sinks/simple_file_sink.h"
|
||||||
#include "../include/spdlog/sinks/ostream_sink.h"
|
#include "spdlog/sinks/stdout_color_sinks.h"
|
||||||
#include "../include/spdlog/spdlog.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"
|
||||||
|
Loading…
Reference in New Issue
Block a user