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,
83#ifdef LOG4TANGO_HAS_NDC
85 const std::string ndc;
#define LOG4TANGO_EXPORT
Definition: Export.hh:38
int Value
The type of Level Values.
Definition: Level.hh:98
Definition: TimeStamp.hh:39
Definition: Appender.hh:40
The internal representation of logging events.
Definition: LoggingEvent.hh:51
Level::Value level
Level of logging event.
Definition: LoggingEvent.hh:89
std::string thread_name
Name of thread in which this logging event was generated.
Definition: LoggingEvent.hh:92
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
const std::string message
The application supplied message of logging event.
Definition: LoggingEvent.hh:81
long thread_id
id of thread in which this logging event was generated
Definition: LoggingEvent.hh:95
const std::string logger_name
The logger name.
Definition: LoggingEvent.hh:78