#include <ndc.h>
Public Member Functions | |
NDCContextCreator (const log4cplus::tstring &msg) | |
Pushes msg onto the NDC stack. | |
~NDCContextCreator () | |
Pops the NDC stack. |
Definition at line 282 of file ndc.h.
|
Pushes
Definition at line 285 of file ndc.h. References log4cplus::getNDC(), and log4cplus::NDC::push(). |
|
Pops the NDC stack.
Definition at line 288 of file ndc.h. References log4cplus::getNDC(), and log4cplus::NDC::pop(). |