Apache log4cxx Version 0.10.0

StrftimeDateFormat Class Reference

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

Inherits log4cxx::helpers::DateFormat.

List of all members.

Public Member Functions

 StrftimeDateFormat (const LogString &pattern)
 Constructs a DateFormat using the given pattern and the default time zone.
 ~StrftimeDateFormat ()
virtual void format (LogString &s, log4cxx_time_t tm, log4cxx::helpers::Pool &p) const
 Formats an log4cxx_time_t into a date/time string.
void setTimeZone (const TimeZonePtr &zone)
 Set time zone.

Detailed Description

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


Constructor & Destructor Documentation

StrftimeDateFormat ( 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

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.

void setTimeZone ( const TimeZonePtr &  zone) [virtual]

Set time zone.

Parameters:
zonenew time zone.

Reimplemented from DateFormat.


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