A simple list of pairs of strings to search in log messages and their replacement value. This variable can be accessed programatically with GetReplacements or by accessing the variable's value through the configuration object found in camp singleton alib::ALOX.
Definition at line 336 of file variables.inl.
Public Field Index: | |
| std::vector< AStringPA, lang::StdAllocator< AStringPA, PoolAllocator > > | Pairs |
| The list of pairs of replacement strings. | |
Public Method Index: | |
| Replacements (PoolAllocator &pool) | |
| std::vector<AStringPA, lang::StdAllocator<AStringPA, PoolAllocator> > alib::lox::textlogger::Replacements::Pairs |
The list of pairs of replacement strings.
Definition at line 339 of file variables.inl.
|
inline |
Constructor taking an object pool which is passed to the string vector.
| pool | The pool object of the Configuration. |
Definition at line 343 of file variables.inl.