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

Description:

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.

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

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)
 

Field Details:

◆ LogNumberMinDigits

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.

◆ NoMethodInfo

NAStringPA alib::lox::textlogger::FormatOther::NoMethodInfo

Replacement string if no source info is available.

Definition at line 273 of file variables.inl.

◆ NoSourceFileInfo

NAStringPA alib::lox::textlogger::FormatOther::NoSourceFileInfo

Replacement string if no source info is available.

Definition at line 270 of file variables.inl.

Constructor(s) / Destructor Details:

◆ FormatOther()

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

Constructor taking an object pool which is passed to each string member.

Parameters
poolThe pool object of the Configuration.

Definition at line 280 of file variables.inl.


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