18 #ifndef _LOG4CXX_HELPERS_DATE_H 19 #define _LOG4CXX_HELPERS_DATE_H 21 #include <log4cxx/helpers/objectimpl.h> 22 #include <log4cxx/log4cxx.h> 37 const log4cxx_time_t time;
40 DECLARE_LOG4CXX_OBJECT(
Date)
41 BEGIN_LOG4CXX_CAST_MAP()
42 LOG4CXX_CAST_ENTRY(
Date)
43 END_LOG4CXX_CAST_MAP()
46 Date(log4cxx_time_t time);
49 inline log4cxx_time_t getTime()
const 57 log4cxx_time_t getNextSecond()
const;
60 static log4cxx_time_t getMicrosecondsPerDay();
61 static log4cxx_time_t getMicrosecondsPerSecond();
65 LOG4CXX_PTR_DEF(
Date);
Implementation class for Object.
Definition: objectimpl.h:28
Simple transcoder for converting between external char and wchar_t strings and internal strings...
Definition: date.h:35
Definition: appender.h:33