Robot Raconteur Core C++ Library
Loading...
Searching...
No Matches
RobotRaconteur::RRLogRecord Class Reference

Robot Raconteur log record. More...

#include <Logging.h>

Public Attributes

RR_WEAK_PTR< RobotRaconteurNodeNode
 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.

Detailed Description

Robot Raconteur log record.

Records information about a logging event

See Logging for more information.


The documentation for this class was generated from the following file: