18#ifndef _LOG4CXX_HELPERS_CACHED_DATE_FORMAT_H
19#define _LOG4CXX_HELPERS_CACHED_DATE_FORMAT_H
51 static const logchar digits[];
58 static const int magic1;
64 static const logchar magicString1[];
71 static const int magic2;
77 static const logchar magicString2[];
83 static const logchar zeroString[];
85 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(CachedDateFormatPriv, m_priv)
109 log4cxx_time_t time,
const LogString& formatted,
110 const helpers::DateFormatPtr& formatter);
111#if LOG4CXX_ABI_VERSION <= 15
112 [[deprecated(
"Use findMillisecondStart() without a Pool parameter instead")]]
114 log4cxx_time_t time,
const LogString& formatted,
115 const LOG4CXX_NS::helpers::DateFormatPtr& formatter,
116 LOG4CXX_NS::helpers::Pool& pool);
118 using DateFormat::format;
135 static void millisecondFormat(
int millis,
179 static bool regionMatches(
Definition cacheddateformat.h:26
std::basic_string< logchar > LogString
Definition logstring.h:60