Moved pattern formatter from spdlog/details to spdlog/

pull/1487/head
Gabi Melman 6 years ago
parent 0d7ff9ac47
commit d1a1024465

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

Loading…
Cancel
Save