10 #ifndef _LOG4SHIB_LOGGINGEVENT_HH
11 #define _LOG4SHIB_LOGGINGEVENT_HH
45 LoggingEvent(
const std::string& category,
const std::string& message,
56 const std::string
ndc;
72 #endif // _LOG4SHIB_LOGGINGEVENT_HH
The internal representation of logging events.
Definition: LoggingEvent.hh:32
const std::string threadName
The name of thread in which this logging event was generated, e.g.
Definition: LoggingEvent.hh:64
TimeStamp timeStamp
The number of seconds elapsed since the epoch (1/1/1970 00:00:00 UTC) until logging event was created...
Definition: LoggingEvent.hh:68
Priority::Value priority
Priority of logging event.
Definition: LoggingEvent.hh:59
const std::string message
The application supplied message of logging event.
Definition: LoggingEvent.hh:53
#define LOG4SHIB_EXPORT
Definition: Export.hh:11
A simple TimeStamp abstraction.
Definition: TimeStamp.hh:20
const std::string categoryName
The category name.
Definition: LoggingEvent.hh:50
int Value
The type of Priority Values.
Definition: Priority.hh:84
The top level namespace for all 'Log for C++' types and classes.
Definition: AbortAppender.hh:16
const std::string ndc
The nested diagnostic context (NDC) of logging event.
Definition: LoggingEvent.hh:56