|
Robot Raconteur Core C++ Library
|
Robot Raconteur log record. More...
#include <Logging.h>
Public Attributes | |
| RR_WEAK_PTR< RobotRaconteurNode > | Node |
| The source node. | |
| RobotRaconteur_LogLevel | Level |
| The log level. | |
| RobotRaconteur_LogComponent | Component |
| The source component. | |
| std::string | ComponentName |
| The source component name. | |
| std::string | ComponentObjectID |
| The source component object ID. | |
| int64_t | Endpoint |
| The source endpoint. | |
| std::string | ServicePath |
| The service path of the source object. | |
| std::string | Member |
| The source member. | |
| std::string | Message |
| Human readable log message. | |
| boost::posix_time::ptime | Time |
| Time of logging event. | |
| std::string | SourceFile |
| The sourcecode filename. | |
| uint32_t | SourceLine |
| The line within the sourcecode file. | |
| std::string | ThreadID |
| The source thread. | |
| std::string | FiberID |
| The source coroutine fiber. | |
Robot Raconteur log record.
Records information about a logging event
See Logging for more information.