Apache Log4cxx  Version 1.8.0
Loading...
Searching...
No Matches
dateformat.h File Reference

Go to the source code of this file.

Classes

class  log4cxx::helpers::DateFormat
 DateFormat is an abstract class for date/time formatting patterned after java.text.DateFormat. More...

Namespaces

namespace  log4cxx
namespace  log4cxx::helpers

Macros

#define LOG4CXX_FORMAT_TIME_FORMAL_PARAMETERS   LogString& toAppendTo, log4cxx_time_t tm, helpers::Pool& p
 Formats an log4cxx_time_t into a date/time string.
#define LOG4CXX_FORMAT_NUMBER_FORMAL_PARAMETERS   LogString& toAppendTo, int n, helpers::Pool& p

Functions

 log4cxx::helpers::LOG4CXX_PTR_DEF (DateFormat)

Macro Definition Documentation

◆ LOG4CXX_FORMAT_NUMBER_FORMAL_PARAMETERS

#define LOG4CXX_FORMAT_NUMBER_FORMAL_PARAMETERS   LogString& toAppendTo, int n, helpers::Pool& p

◆ LOG4CXX_FORMAT_TIME_FORMAL_PARAMETERS

#define LOG4CXX_FORMAT_TIME_FORMAL_PARAMETERS   LogString& toAppendTo, log4cxx_time_t tm, helpers::Pool& p

Formats an log4cxx_time_t into a date/time string.

Parameters
toAppendTostring to which the date/time string is appended.
tmdate to be formatted.