A mirror of log4cpp::LoggingEvent, except using real-time capable strings. More...
#include <LoggingEvent.hpp>
Public Member Functions | |
LoggingEvent (const RTT::rt_string &category, const RTT::rt_string &message, const RTT::rt_string &ndc, log4cpp::Priority::Value priority) | |
LoggingEvent () | |
Create with empty values. | |
LoggingEvent (const LoggingEvent &toCopy) | |
const LoggingEvent & | operator= (const LoggingEvent &rhs) |
log4cpp::LoggingEvent | toLog4cpp () |
~LoggingEvent () | |
Public Attributes | |
RTT::rt_string | categoryName |
RTT::rt_string | message |
RTT::rt_string | ndc |
log4cpp::Priority::Value | priority |
RTT::rt_string | threadName |
log4cpp::TimeStamp | timeStamp |
A mirror of log4cpp::LoggingEvent, except using real-time capable strings.
Definition at line 11 of file LoggingEvent.hpp.
OCL::logging::LoggingEvent::LoggingEvent | ( | const RTT::rt_string & | category, |
const RTT::rt_string & | message, | ||
const RTT::rt_string & | ndc, | ||
log4cpp::Priority::Value | priority | ||
) |
Definition at line 31 of file LoggingEvent.cpp.
Create with empty values.
Definition at line 11 of file LoggingEvent.cpp.
OCL::logging::LoggingEvent::LoggingEvent | ( | const LoggingEvent & | toCopy | ) |
Definition at line 21 of file LoggingEvent.cpp.
Definition at line 60 of file LoggingEvent.cpp.
const LoggingEvent & OCL::logging::LoggingEvent::operator= | ( | const LoggingEvent & | rhs | ) |
Definition at line 46 of file LoggingEvent.cpp.
Definition at line 26 of file LoggingEvent.hpp.
Definition at line 28 of file LoggingEvent.hpp.
Definition at line 30 of file LoggingEvent.hpp.
Definition at line 32 of file LoggingEvent.hpp.
Definition at line 34 of file LoggingEvent.hpp.
Definition at line 36 of file LoggingEvent.hpp.