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

Description:

Definition of date and time formats for class textlogger::TextLogger and its derivates. This struct is used to define an external configuration variable named ALOX/LOGGERNAME/FORMAT_DATE_TIME. This variable can be accessed programatically with TextLogger::GetFormatDate or by accessing the variable's value through the configuration object found in camp singleton alib::ALOX.

Definition at line 115 of file variables.inl.

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

Public Field Index:

AStringPA Date
 
AStringPA ElapsedDays
 The word "Days" the out put of time elapsed (if longer than a day).
 
AStringPA TimeOfDay
 

Public Method Index:

 FormatDateTime (PoolAllocator &pool)
 

Field Details:

◆ Date

AStringPA alib::lox::textlogger::FormatDateTime::Date

Format string for the output of the log date. For more information, see "Standard Date and Time Format Strings" in .NET StringBuilder.AppendFormat().

Definition at line 119 of file variables.inl.

◆ ElapsedDays

AStringPA alib::lox::textlogger::FormatDateTime::ElapsedDays

The word "Days" the out put of time elapsed (if longer than a day).

Definition at line 126 of file variables.inl.

◆ TimeOfDay

AStringPA alib::lox::textlogger::FormatDateTime::TimeOfDay

Format string for the output of the time of day. For more information, see "Standard Date and Time Format Strings" in .NET StringBuilder.AppendFormat().

Definition at line 123 of file variables.inl.

Constructor(s) / Destructor Details:

◆ FormatDateTime()

alib::lox::textlogger::FormatDateTime::FormatDateTime ( 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 130 of file variables.inl.


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