This class contains all the thread-specific data in use by log4cxx.
More...
#include <threadspecificdata.h>
This class contains all the thread-specific data in use by log4cxx.
◆ ThreadSpecificData()
log4cxx::helpers::ThreadSpecificData::ThreadSpecificData |
( |
| ) |
|
◆ ~ThreadSpecificData()
log4cxx::helpers::ThreadSpecificData::~ThreadSpecificData |
( |
| ) |
|
◆ getCurrentData()
Gets current thread specific data.
- Returns
- thread specific data, may be null.
◆ getMap()
◆ getStack()
◆ inherit()
◆ push()
static void log4cxx::helpers::ThreadSpecificData::push |
( |
const LogString & |
val | ) |
|
|
static |
◆ put()
static void log4cxx::helpers::ThreadSpecificData::put |
( |
const LogString & |
key, |
|
|
const LogString & |
val |
|
) |
| |
|
static |
◆ recycle()
void log4cxx::helpers::ThreadSpecificData::recycle |
( |
| ) |
|
Release this ThreadSpecficData if empty.
The documentation for this class was generated from the following file: