10 #ifndef _LOG4CPP_LOGGINGEVENT_HH 11 #define _LOG4CPP_LOGGINGEVENT_HH 45 LoggingEvent(
const std::string& category,
const std::string& message,
56 const std::string
ndc;
75 #endif // _LOG4CPP_LOGGINGEVENT_HH
const std::string ndc
The nested diagnostic context (NDC) of logging event.
virtual void operator=(bool Value)
Set node value.
The top level namespace for all 'Log for C++' types and classes.
A simple TimeStamp abstraction.
TimeStamp timeStamp
The number of seconds elapsed since the epoch (1/1/1970 00:00:00 UTC) until logging event was created...
const std::string threadName
The name of thread in which this logging event was generated, e.g.
const std::string message
The application supplied message of logging event.
const std::string categoryName
The category name.
Priority::Value priority
Priority of logging event.
int Value
The type of Priority Values.