Moved pattern formatter from spdlog/details to spdlog/

This commit is contained in:
Gabi Melman 2020-03-21 13:35:16 +02:00
parent 0d7ff9ac47
commit d1a1024465

View File

@ -255,7 +255,7 @@ void android_example()
#endif
// log patterns can contain custom flags.
// Log patterns can contain custom flags.
// this will add custom flag '%*' which will be bound to a <my_formatter_flag> instance
#include "spdlog/pattern_formatter.h"
class my_formatter_flag : public spdlog::custom_flag_formatter