OrocosComponentLibrary  2.8.3
Public Member Functions | Public Attributes | List of all members
LoggingEvent Struct Reference

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

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.

Referenced by Appender::processEvents().


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