18 #ifndef _LOG4CXX_HELPERS_STRING_HELPER_H 19 #define _LOG4CXX_HELPERS_STRING_HELPER_H 39 static bool equalsIgnoreCase(
const LogString& s1,
40 const logchar* upper,
const logchar* lower);
41 static bool equalsIgnoreCase(
const LogString& s1,
46 static log4cxx_int64_t toInt64(
const LogString& s);
52 static void toString(
bool val,
LogString& dst);
56 static LogString format(
const LogString& pattern,
const std::vector<LogString>& params);
61 #endif //_LOG4CXX_HELPERS_STRING_HELPER_H
String manipulation routines.
Definition: stringhelper.h:33
Definition: appender.h:32
std::basic_string< logchar > LogString
Definition: logstring.h:66