|
log4cplus
1.1.0
|
This class ensures that a NDC#push call is always matched with a NDC#pop call even in the face of exceptions. More...
#include <ndc.h>
Public Member Functions | |
| NDCContextCreator (const log4cplus::tstring &msg) | |
Pushes msg onto the NDC stack. | |
| NDCContextCreator (tchar const *msg) | |
| ~NDCContextCreator () | |
| Pops the NDC stack. | |
This class ensures that a NDC#push call is always matched with a NDC#pop call even in the face of exceptions.
Pushes msg onto the NDC stack.
| log4cplus::NDCContextCreator::NDCContextCreator | ( | tchar const * | msg | ) |
Pops the NDC stack.
1.7.6.1