OrocosComponentLibrary  2.7.0
Public Member Functions | Public Attributes
LoggingEvent Struct Reference

A mirror of log4cpp::LoggingEvent, except using real-time capable strings. More...

#include <LoggingEvent.hpp>

List of all members.

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 LoggingEventoperator= (const LoggingEvent &rhs)
log4cpp::LoggingEvent toLog4cpp ()
 Convert to log4cpp class.

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

Detailed Description

A mirror of log4cpp::LoggingEvent, except using real-time capable strings.

Definition at line 11 of file LoggingEvent.hpp.


Member Function Documentation

log4cpp::LoggingEvent toLog4cpp ( )

Convert to log4cpp class.

Warning:
not realtime

Definition at line 64 of file LoggingEvent.cpp.

References LoggingEvent::LoggingEvent().

Referenced by Appender::processEvents().


The documentation for this struct was generated from the following files: