Apache log4cxx  Version 0.10.0
RelativeTimeDateFormat Class Reference

Formats a date by printing the number of seconds elapsed since the start of the application. More...

Inherits DateFormat.

List of all members.

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.
- Public Member Functions inherited from DateFormat
virtual ~DateFormat ()
 Destructor.
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 ObjectImpl
 ObjectImpl ()
virtual ~ObjectImpl ()
void addRef () const
void releaseRef () const
- Public Member Functions inherited from Object
virtual const helpers::ClassgetClass () const
virtual ~Object ()
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 DateFormat
 DateFormat ()
 Constructor.

Detailed Description

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.


Constructor & Destructor Documentation


Member Function Documentation

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.

Parameters:
sstring to which the date/time string is appended.
tmdate to be formatted.
pmemory pool used during formatting.

Implements DateFormat.


The documentation for this class was generated from the following file: