Apache log4cxx Version 0.10.0
|
Formats a date by printing the number of seconds elapsed since the start of the application. More...
Inherits log4cxx::helpers::DateFormat.
Public Member Functions | |
RelativeTimeDateFormat () | |
virtual void | format (LogString &s, log4cxx_time_t tm, log4cxx::helpers::Pool &p) const |
Formats an log4cxx_time_t into a date/time string. |
Formats a date by printing the number of seconds elapsed since the start of the application.
This is the fastest printing DateFormat in the package.
virtual void format | ( | LogString & | s, |
log4cxx_time_t | tm, | ||
log4cxx::helpers::Pool & | p | ||
) | const [virtual] |
Formats an log4cxx_time_t into a date/time string.
s | string to which the date/time string is appended. |
tm | date to be formatted. |
p | memory pool used during formatting. |
Implements DateFormat.