18 #ifndef _LOG4CXX_HELPERS_THREAD_LOCAL_H 19 #define _LOG4CXX_HELPERS_THREAD_LOCAL_H 21 #include <log4cxx/log4cxx.h> 22 #include <log4cxx/helpers/pool.h> 24 #if !defined(LOG4CXX_THREAD_FUNC) 26 #define LOG4CXX_THREAD_FUNC __stdcall 28 #define LOG4CXX_THREAD_FUNC 34 struct apr_threadkey_t;
78 static apr_threadkey_t* create(
Pool& p);
86 #endif //_LOG4CXX_HELPERS_THREAD_LOCAL_H
Definition: appender.h:33
This class provides thread-local variables.
Definition: threadlocal.h:46