Moved pattern formatter from spdlog/details to spdlog/

This commit is contained in:
Gabi Melman
2020-03-21 13:33:04 +02:00
parent c6c517431f
commit 752d5685dc
13 changed files with 46 additions and 15 deletions

View File

@@ -23,4 +23,4 @@
#include "spdlog/sinks/ostream_sink.h"
#include "spdlog/sinks/rotating_file_sink.h"
#include "spdlog/sinks/stdout_color_sinks.h"
#include "spdlog/details/pattern_formatter.h"
#include "spdlog/pattern_formatter.h"