Go to the documentation of this file.
28 #ifndef _LOG4TANGO_LOGGINGEVENT_H
29 #define _LOG4TANGO_LOGGINGEVENT_H
63 #ifdef LOG4TANGO_HAS_NDC
65 const std::string& message,
66 const std::string& ndc,
70 const std::string& message,
72 #endif // LOG4TANGO_HAS_NDC
83 #ifdef LOG4TANGO_HAS_NDC
85 const std::string ndc;
108 #endif // _LOG4TANGO_LOGGINGEVENT_H
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:99
Definition: TimeStamp.hh:38
Level::Value level
Level of logging event.
Definition: LoggingEvent.hh:89
The internal representation of logging events.
Definition: LoggingEvent.hh:50
Definition: Appender.hh:40
const std::string logger_name
The logger name.
Definition: LoggingEvent.hh:78
#define LOG4TANGO_EXPORT
Definition: Export.hh:38
long thread_id
id of thread in which this logging event was generated
Definition: LoggingEvent.hh:95
std::string thread_name
Name of thread in which this logging event was generated.
Definition: LoggingEvent.hh:92
int Value
The type of Level Values.
Definition: Level.hh:98
const std::string message
The application supplied message of logging event.
Definition: LoggingEvent.hh:81