Commit d1a10244 authored by Gabi Melman's avatar Gabi Melman

Moved pattern formatter from spdlog/details to spdlog/

parent 0d7ff9ac
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment