#include <mdc.h>
Definition at line 46 of file mdc.h.
◆ MDC()
◆ ~MDC()
virtual log4cplus::MDC::~MDC |
( |
| ) |
|
|
virtual |
◆ clear()
void log4cplus::MDC::clear |
( |
| ) |
|
Clear any nested diagnostic information if any.
This method is useful in cases where the same thread can be potentially used over and over in different unrelated contexts.
◆ get()
bool log4cplus::MDC::get |
( |
tstring * |
value, |
|
|
tstring const & |
key |
|
) |
| const |
◆ getContext()
◆ put()
void log4cplus::MDC::put |
( |
tstring const & |
key, |
|
|
tstring const & |
value |
|
) |
| |
◆ remove()
void log4cplus::MDC::remove |
( |
tstring const & |
key | ) |
|
The documentation for this class was generated from the following file: