Splitted file sinks to seperate headers

This commit is contained in:
gabime
2018-04-29 01:23:18 +03:00
parent 99ca7f1cbe
commit 60f8a68ae0
6 changed files with 361 additions and 310 deletions

View File

@@ -10,7 +10,9 @@
#define SPDLOG_TRACE_ON
#define SPDLOG_DEBUG_ON
#include "spdlog/sinks/file_sinks.h"
#include "spdlog/sinks/file/simple_file_sink.h"
#include "spdlog/sinks/file/daily_file_sink.h"
#include "spdlog/sinks/file/rotating_file_sink.h"
#include "spdlog/sinks/stdout_color_sinks.h"
#include <iostream>