18 #ifndef _LOG4CXX_HELPERS_THREAD_SPECIFIC_DATA_H 19 #define _LOG4CXX_HELPERS_THREAD_SPECIFIC_DATA_H 21 #include <log4cxx/ndc.h> 22 #include <log4cxx/mdc.h> 25 #pragma warning ( push ) 26 #pragma warning ( disable: 4251 ) 53 static void put(
const LogString& key,
const LogString& val);
54 static void push(
const LogString& val);
55 static void inherit(
const log4cxx::NDC::Stack& stack);
57 log4cxx::NDC::Stack& getStack();
64 log4cxx::NDC::Stack ndcStack;
std::map< LogString, LogString > Map
String to string stl map.
Definition: mdc.h:46
This class contains all the thread-specific data in use by log4cxx.
Definition: threadspecificdata.h:37
Definition: appender.h:33