xmltooling
3.0.1
|
A portable stack-based context for diagnostic logging. More...
#include <xmltooling/util/NDC.h>
Public Member Functions | |
NDC (const char *context) | |
Constructor pushes logging context onto diagnostic stack. More... | |
NDC (const std::string &context) | |
Constructor pushes logging context onto diagnostic stack. More... | |
~NDC () | |
Destructor pops context off of diagnostic stack. | |
A portable stack-based context for diagnostic logging.
xmltooling::NDC::NDC | ( | const char * | context | ) |
Constructor pushes logging context onto diagnostic stack.
context | null-terminated label for context |
xmltooling::NDC::NDC | ( | const std::string & | context | ) |
Constructor pushes logging context onto diagnostic stack.
context | string label for context |