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