LogIt++
|
Compiler for log formatting patterns. More...
#include <PatternCompiler.hpp>
Static Public Member Functions | |
static std::vector< FormatInstruction > | compile (const std::string &pattern) |
Compiles a pattern string into a list of format instructions. | |
Compiler for log formatting patterns.
Definition at line 367 of file PatternCompiler.hpp.
|
inlinestatic |
Compiles a pattern string into a list of format instructions.
pattern | The pattern string to compile. |
Definition at line 373 of file PatternCompiler.hpp.