mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Moved pattern formatter from spdlog/details to spdlog/
This commit is contained in:
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…
Reference in New Issue
Block a user