DCMTK
Version 3.6.1 20131114
OFFIS DICOM Toolkit
|
This is the internal object that is stored on the NDC stack. More...
Public Member Functions | |
DiagnosticContext (const log4cplus::tstring &message, DiagnosticContext const *parent) | |
DiagnosticContext (tchar const *message, DiagnosticContext const *parent) | |
DiagnosticContext (const log4cplus::tstring &message) | |
DiagnosticContext (tchar const *message) | |
DiagnosticContext (DiagnosticContext const &) | |
DiagnosticContext & | operator= (DiagnosticContext const &) |
void | swap (DiagnosticContext &) |
Public Attributes | |
log4cplus::tstring | message |
log4cplus::tstring | fullMessage |
This is the internal object that is stored on the NDC stack.
log4cplus::tstring dcmtk::log4cplus::DiagnosticContext::fullMessage |
The entire message stack.
log4cplus::tstring dcmtk::log4cplus::DiagnosticContext::message |
The message at this context level.