mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
Moved pattern formatter from spdlog/details to spdlog/
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user