1 #ifndef _LOGGINGEVENT_HPP 2 #define _LOGGINGEVENT_HPP 1 4 #include <rtt/rt_string.hpp> 5 #include <log4cpp/LoggingEvent.hh> 15 const RTT::rt_string& message,
16 const RTT::rt_string& ndc,
17 log4cpp::Priority::Value priority);
26 RTT::rt_string categoryName;
28 RTT::rt_string message;
32 log4cpp::Priority::Value priority;
34 RTT::rt_string threadName;
36 log4cpp::TimeStamp timeStamp;
A mirror of log4cpp::LoggingEvent, except using real-time capable strings.
The Orocos Component Library.
log4cpp::LoggingEvent toLog4cpp()
Convert to log4cpp class.
LoggingEvent()
Create with empty values.