log4cplus
2.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. More... | |
NDCContextCreator (tchar const *msg) | |
NDCContextCreator ()=delete | |
NDCContextCreator (NDCContextCreator const &)=delete | |
NDCContextCreator (NDCContextCreator &&)=delete | |
NDCContextCreator & | operator= (NDCContextCreator const &)=delete |
NDCContextCreator & | operator= (NDCContextCreator &&)=delete |
~NDCContextCreator () | |
Pops the NDC stack. More... | |
This class ensures that a NDC::push()
call is always matched with a NDC::pop()
call even in the face of exceptions.
|
explicit |
Pushes msg
onto the NDC stack.
|
explicit |
|
delete |
|
delete |
|
delete |
log4cplus::NDCContextCreator::~NDCContextCreator | ( | ) |
Pops the NDC stack.
|
delete |
|
delete |