LogIt++
|
Compiler for log formatting patterns. More...
#include <PatternCompiler.hpp>
Public Types | |
using | CompileContext = FormatInstruction::CompileContext |
Static Public Member Functions | |
static std::vector< FormatInstruction > | compile (const std::string &pattern, CompileContext context=CompileContext::Default) |
Compiles a pattern string into a list of format instructions. | |
Compiler for log formatting patterns.
Definition at line 430 of file PatternCompiler.hpp.
Definition at line 432 of file PatternCompiler.hpp.
|
inlinestatic |
Compiles a pattern string into a list of format instructions.
pattern | The pattern string to compile. |
context | Compilation context for handling special cases. |
Definition at line 438 of file PatternCompiler.hpp.