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>
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) | |
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.
AStringPA ElapsedDays |
The word "Days" the out put of time elapsed (if longer than a day).
Definition at line 136 of file variables.hpp.
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.
|
inline |
Constructor taking an object pool which is passed to each string member.
pool | The pool object of the Configuration. |
Definition at line 140 of file variables.hpp.