Apache log4cxx  Version 0.11.0
log4cxx::helpers::SimpleDateFormat Class Reference

Concrete class for formatting and parsing dates in a locale-sensitive manner. More...

#include <simpledateformat.h>

Inheritance diagram for log4cxx::helpers::SimpleDateFormat:
log4cxx::helpers::DateFormat log4cxx::helpers::ObjectImpl log4cxx::helpers::Object log4cxx::helpers::AbsoluteTimeDateFormat log4cxx::helpers::DateTimeDateFormat log4cxx::helpers::ISO8601DateFormat

Public Member Functions

 SimpleDateFormat (const LogString &pattern)
 Constructs a DateFormat using the given pattern and the default time zone. More...
 
 SimpleDateFormat (const LogString &pattern, const std::locale *locale)
 
virtual void format (LogString &s, log4cxx_time_t tm, log4cxx::helpers::Pool &p) const
 Formats an log4cxx_time_t into a date/time string. More...
 
void setTimeZone (const TimeZonePtr &zone)
 Set time zone. More...
 
- Public Member Functions inherited from log4cxx::helpers::DateFormat
virtual ~DateFormat ()
 Destructor.
 
virtual void numberFormat (LogString &s, int n, log4cxx::helpers::Pool &p) const
 Format an integer consistent with the format method. More...
 
- Public Member Functions inherited from log4cxx::helpers::ObjectImpl
void addRef () const
 
void releaseRef () const
 
- Public Member Functions inherited from log4cxx::helpers::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 log4cxx::helpers::DateFormat
 DateFormat ()
 Constructor.
 
- Protected Attributes inherited from log4cxx::helpers::ObjectImpl
unsigned int volatile ref
 

Detailed Description

Concrete class for formatting and parsing dates in a locale-sensitive manner.

Constructor & Destructor Documentation

◆ SimpleDateFormat()

log4cxx::helpers::SimpleDateFormat::SimpleDateFormat ( const LogString &  pattern)

Constructs a DateFormat using the given pattern and the default time zone.

Parameters
patternthe pattern describing the date and time format

Member Function Documentation

◆ format()

virtual void log4cxx::helpers::SimpleDateFormat::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 log4cxx::helpers::DateFormat.

◆ setTimeZone()

void log4cxx::helpers::SimpleDateFormat::setTimeZone ( const TimeZonePtr &  zone)
virtual

Set time zone.

Parameters
zonenew time zone.

Reimplemented from log4cxx::helpers::DateFormat.


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