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.
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 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.
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.
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.
|
inline |
Constructor taking an object pool which is passed to each string member.
pool | The pool object of the Configuration. |
Definition at line 130 of file variables.inl.