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 267 of file variables.inl.
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 alib::lox::textlogger::FormatOther::LogNumberMinDigits |
The minimum digits to write for the log number (if used in format string).
Definition at line 276 of file variables.inl.
NAStringPA alib::lox::textlogger::FormatOther::NoMethodInfo |
Replacement string if no source info is available.
Definition at line 273 of file variables.inl.
NAStringPA alib::lox::textlogger::FormatOther::NoSourceFileInfo |
Replacement string if no source info is available.
Definition at line 270 of file variables.inl.
|
inline |
Constructor taking an object pool which is passed to each string member.
pool | The pool object of the Configuration. |
Definition at line 280 of file variables.inl.