mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Splitted file sinks to seperate headers
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user