Apache Log4cxx  Version 1.8.0
log4cxx::helpers::RelativeTimeDateFormat Class Reference

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

#include <relativetimedateformat.h>

Inheritance diagram for log4cxx::helpers::RelativeTimeDateFormat:
log4cxx::helpers::DateFormat log4cxx::helpers::Object

Public Member Functions

 RelativeTimeDateFormat ()
 
void format (LogString &toAppendTo, log4cxx_time_t tm, helpers::Pool &p) const override
 
void format (LogString &toAppendTo, log4cxx_time_t tm) const
 
virtual void format (LogString &toAppendTo, log4cxx_time_t tm, log4cxx::helpers::Pool &p) const=0
 
- Public Member Functions inherited from log4cxx::helpers::DateFormat
virtual ~DateFormat ()
 Destructor. More...
 
void format (LogString &toAppendTo, log4cxx_time_t tm) const
 
virtual void setTimeZone (const TimeZonePtr &zone)
 Sets the time zone. More...
 
void numberFormat (LogString &toAppendTo, int n) const
 Format an integer consistent with the format method. More...
 
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::ClassgetClass () 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. More...
 

Detailed Description

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

This is the fastest printing DateFormat in the package.

Constructor & Destructor Documentation

◆ RelativeTimeDateFormat()

log4cxx::helpers::RelativeTimeDateFormat::RelativeTimeDateFormat ( )

Member Function Documentation

◆ format() [1/3]

void log4cxx::helpers::DateFormat::format

◆ format() [2/3]

void log4cxx::helpers::RelativeTimeDateFormat::format ( LogString toAppendTo,
log4cxx_time_t  tm,
helpers::Pool p 
) const
overridevirtual
Deprecated:
The 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.

◆ format() [3/3]

virtual void log4cxx::helpers::DateFormat::format
Deprecated:
The 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.


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