|
Apache Log4cxx
Version 1.8.0
|
#include <log4cxx/helpers/timezone.h>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) | |
| #define LOG4CXX_FORMAT_NUMBER_FORMAL_PARAMETERS LogString& toAppendTo, int n, helpers::Pool& p |
| #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.
| toAppendTo | string to which the date/time string is appended. |
| tm | date to be formatted. |