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

#include <variables.hpp>

Collaboration diagram for 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 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 129 of file variables.hpp.

◆ ElapsedDays

AStringPA ElapsedDays

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

Definition at line 136 of file variables.hpp.

◆ TimeOfDay

AStringPA 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 133 of file variables.hpp.

Constructor(s) / Destructor Details:

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


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