Apache Log4cxx
Version 1.3.0
|
Formats a date in the format yyyy-MM-dd HH:mm:ss,SSS for example "1999-11-27 15:49:37,459". More...
#include <iso8601dateformat.h>
Public Member Functions | |
ISO8601DateFormat () | |
Public Member Functions inherited from log4cxx::helpers::SimpleDateFormat | |
SimpleDateFormat (const LogString &pattern) | |
A time converter and formatter using pattern and the default std::locale. | |
SimpleDateFormat (const LogString &pattern, const std::locale *locale) | |
A time converter and formatter using pattern and locale . | |
~SimpleDateFormat () | |
virtual void | format (LogString &s, log4cxx_time_t tm, log4cxx::helpers::Pool &p) const |
Formats an log4cxx_time_t into a date/time string. | |
void | setTimeZone (const TimeZonePtr &zone) |
Set time zone. | |
Public Member Functions inherited from log4cxx::helpers::DateFormat | |
virtual | ~DateFormat () |
Destructor. | |
virtual void | format (LogString &s, log4cxx_time_t tm, log4cxx::helpers::Pool &p) const =0 |
Formats an log4cxx_time_t into a date/time string. | |
virtual void | setTimeZone (const TimeZonePtr &zone) |
Sets the time zone. | |
virtual void | numberFormat (LogString &s, int n, log4cxx::helpers::Pool &p) const |
Format an integer consistent with the format method. | |
Public Member Functions inherited from log4cxx::helpers::Object | |
virtual | ~Object () |
virtual const helpers::Class & | getClass () const =0 |
virtual bool | instanceof (const Class &clazz) const =0 |
virtual const void * | cast (const Class &clazz) const =0 |
Additional Inherited Members | |
Protected Member Functions inherited from log4cxx::helpers::DateFormat | |
DateFormat () | |
Constructor. | |
Formats a date in the format yyyy-MM-dd HH:mm:ss,SSS for example "1999-11-27 15:49:37,459".
Refer to the summary of the International Standard Date and Time Notation for more information on this format.
|
inline |