ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::lox::textlogger::Replacements Struct Reference

Description:

A simple list of pairs of strings to search in log messages and their replacement value. This variable can be accessed programatically with TextLogger::GetReplacements or by accessing the variable's value through the configuration object found in camp singleton alib::ALOX.

Definition at line 331 of file variables.inl.

Collaboration diagram for alib::lox::textlogger::Replacements:
[legend]

Public Field Index:

std::vector< AStringPA, lang::StdContainerAllocator< AStringPA, PoolAllocator > > Pairs
 The list of pairs of replacement strings.
 

Public Method Index:

 Replacements (PoolAllocator &pool)
 

Field Details:

◆ Pairs

std::vector<AStringPA, lang::StdContainerAllocator<AStringPA, PoolAllocator> > alib::lox::textlogger::Replacements::Pairs

The list of pairs of replacement strings.

Definition at line 334 of file variables.inl.

Constructor(s) / Destructor Details:

◆ Replacements()

alib::lox::textlogger::Replacements::Replacements ( PoolAllocator & pool)
inline

Constructor taking an object pool which is passed to the string vector.

Parameters
poolThe pool object of the Configuration.

Definition at line 338 of file variables.inl.


The documentation for this struct was generated from the following file: