Apache log4cxx
Version 0.10.0
|
This class contains all the thread-specific data in use by log4cxx. More...
Public Member Functions | |
ThreadSpecificData () | |
~ThreadSpecificData () | |
void | recycle () |
Release this ThreadSpecficData if empty. More... | |
log4cxx::NDC::Stack & | getStack () |
log4cxx::MDC::Map & | getMap () |
Static Public Member Functions | |
static ThreadSpecificData * | getCurrentData () |
Gets current thread specific data. More... | |
static void | put (const LogString &key, const LogString &val) |
static void | push (const LogString &val) |
static void | inherit (const log4cxx::NDC::Stack &stack) |
This class contains all the thread-specific data in use by log4cxx.
~ThreadSpecificData | ( | ) |
|
static |
Gets current thread specific data.
log4cxx::MDC::Map& getMap | ( | ) |
log4cxx::NDC::Stack& getStack | ( | ) |
|
static |
|
static |
void recycle | ( | ) |
Release this ThreadSpecficData if empty.