|
|
|
@ -1,18 +1,14 @@
|
|
|
|
|
#include "../include/spdlog/sinks/android_sink.h"
|
|
|
|
|
#include "spdlog/sinks/ansicolor_sink.h"
|
|
|
|
|
#include "spdlog/sinks/base_sink.h"
|
|
|
|
|
#include "spdlog/sinks/basic_file_sink.h"
|
|
|
|
|
#include "spdlog/sinks/callback_sink.h"
|
|
|
|
|
#include "spdlog/sinks/daily_file_sink.h"
|
|
|
|
|
#include "spdlog/sinks/dist_sink.h"
|
|
|
|
|
#include "spdlog/sinks/dup_filter_sink.h"
|
|
|
|
|
#include "spdlog/sinks/hourly_file_sink.h"
|
|
|
|
|
#include "spdlog/sinks/msvc_sink.h"
|
|
|
|
|
#include "spdlog/sinks/null_sink.h"
|
|
|
|
|
#include "spdlog/sinks/ostream_sink.h"
|
|
|
|
|
#include "spdlog/sinks/ringbuffer_sink.h"
|
|
|
|
|
#include "spdlog/sinks/rotating_file_sink.h"
|
|
|
|
|
#include "spdlog/sinks/sink.h"
|
|
|
|
|
#include "spdlog/sinks/stdout_color_sinks.h"
|
|
|
|
|
#include "spdlog/sinks/stdout_sinks.h"
|
|
|
|
|
#include "spdlog/sinks/syslog_sink.h"
|
|
|
|
|