|
OrocosComponentLibrary
2.9.0
|
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 () |
| 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 |
A mirror of log4cpp::LoggingEvent, except using real-time capable strings.
Definition at line 11 of file LoggingEvent.hpp.
| log4cpp::LoggingEvent toLog4cpp | ( | ) |
Convert to log4cpp class.
Definition at line 64 of file LoggingEvent.cpp.
Referenced by Appender::processEvents().
1.8.11