log4cplus  1.1.0
Public Member Functions | Public Attributes
log4cplus::DiagnosticContext Struct Reference

This is the internal object that is stored on the NDC stack. More...

#include <ndc.h>

List of all members.

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 &)
DiagnosticContextoperator= (DiagnosticContext const &)
void swap (DiagnosticContext &)

Public Attributes

log4cplus::tstring message
log4cplus::tstring fullMessage

Detailed Description

This is the internal object that is stored on the NDC stack.

Definition at line 290 of file ndc.h.


Constructor & Destructor Documentation

log4cplus::DiagnosticContext::DiagnosticContext ( tchar const *  message,
DiagnosticContext const *  parent 
)

Member Function Documentation

DiagnosticContext& log4cplus::DiagnosticContext::operator= ( DiagnosticContext const &  )

Member Data Documentation

The entire message stack.

Definition at line 311 of file ndc.h.

The message at this context level.

Definition at line 310 of file ndc.h.


The documentation for this struct was generated from the following file: