ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
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 277 of file variables.hpp.

#include <variables.hpp>

Collaboration diagram for 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 LogNumberMinDigits

The minimum digits to write for the log number (if used in format string).

Definition at line 286 of file variables.hpp.

◆ NoMethodInfo

NAStringPA NoMethodInfo

Replacement string if no source info is available.

Definition at line 283 of file variables.hpp.

◆ NoSourceFileInfo

NAStringPA NoSourceFileInfo

Replacement string if no source info is available.

Definition at line 280 of file variables.hpp.

Constructor(s) / Destructor Details:

◆ 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 290 of file variables.hpp.


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