Definition of further format options for class textlogger::TextLogger and its derivates. This struct is used to define an external configuration variable named ALOX/LOGGERNAME/FORMAT_OTHER. This variable can be accessed programatically with TextLogger::GetFormatOther or by accessing the variable's value through the configuration object found in camp singleton alib::ALOX.
Definition at line 277 of file variables.hpp.
#include <variables.hpp>
Public Field Index: | |
int | LogNumberMinDigits |
The minimum digits to write for the log number (if used in format string). | |
NAStringPA | NoMethodInfo |
Replacement string if no source info is available. | |
NAStringPA | NoSourceFileInfo |
Replacement string if no source info is available. | |
Public Method Index: | |
FormatOther (PoolAllocator &pool) | |
int LogNumberMinDigits |
The minimum digits to write for the log number (if used in format string).
Definition at line 286 of file variables.hpp.
NAStringPA NoMethodInfo |
Replacement string if no source info is available.
Definition at line 283 of file variables.hpp.
NAStringPA NoSourceFileInfo |
Replacement string if no source info is available.
Definition at line 280 of file variables.hpp.
|
inline |
Constructor taking an object pool which is passed to each string member.
pool | The pool object of the Configuration. |
Definition at line 290 of file variables.hpp.