|
Apache Log4cxx
Version 1.8.0
|
Concrete class for formatting and parsing dates in a locale-sensitive manner. More...
#include <strftimedateformat.h>
Public Member Functions | |
| StrftimeDateFormat (const LogString &pattern) | |
| Constructs a DateFormat using the given pattern and the default time zone. | |
| ~StrftimeDateFormat () | |
| void | format (LogString &toAppendTo, log4cxx_time_t tm, helpers::Pool &p) const override |
| void | setTimeZone (const TimeZonePtr &zone) override |
| Set time zone. | |
| void | format (LogString &toAppendTo, log4cxx_time_t tm) const |
| Public Member Functions inherited from log4cxx::helpers::DateFormat | |
| virtual | ~DateFormat () |
| Destructor. | |
| void | format (LogString &toAppendTo, log4cxx_time_t tm) const |
| void | numberFormat (LogString &toAppendTo, int n) const |
| Format an integer consistent with the format method. | |
| virtual void | numberFormat (LogString &toAppendTo, int n, log4cxx::helpers::Pool &p) const |
| 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. | |
Concrete class for formatting and parsing dates in a locale-sensitive manner.
| log4cxx::helpers::StrftimeDateFormat::StrftimeDateFormat | ( | const LogString & | pattern | ) |
Constructs a DateFormat using the given pattern and the default time zone.
| pattern | the pattern describing the date and time format |
| log4cxx::helpers::StrftimeDateFormat::~StrftimeDateFormat | ( | ) |
| void log4cxx::helpers::DateFormat::format | ( | LogString & | toAppendTo, |
| log4cxx_time_t | tm ) const |
|
overridevirtual |
pool parameter is not used and will be removed in a future version. Implement this method for now, but plan to migrate to format() without a helpers::Pool parameter. Implements log4cxx::helpers::DateFormat.
|
overridevirtual |