#include <yarp/logger/YarpLogger.h>
Public Attributes | |
LogLevel | level |
std::string | text |
std::string | filename |
unsigned int | line |
std::string | function |
std::string | hostname |
std::string | cmd |
std::string | args |
int | pid |
long | thread_id |
std::string | component |
double | systemtime |
double | networktime |
double | externaltime |
std::string | backtrace |
std::string | yarprun_timestamp |
std::string | local_timestamp |
Definition at line 120 of file YarpLogger.h.
std::string yarp::yarpLogger::MessageEntry::args |
Definition at line 129 of file YarpLogger.h.
std::string yarp::yarpLogger::MessageEntry::backtrace |
Definition at line 136 of file YarpLogger.h.
std::string yarp::yarpLogger::MessageEntry::cmd |
Definition at line 128 of file YarpLogger.h.
std::string yarp::yarpLogger::MessageEntry::component |
Definition at line 132 of file YarpLogger.h.
double yarp::yarpLogger::MessageEntry::externaltime |
Definition at line 135 of file YarpLogger.h.
std::string yarp::yarpLogger::MessageEntry::filename |
Definition at line 124 of file YarpLogger.h.
std::string yarp::yarpLogger::MessageEntry::function |
Definition at line 126 of file YarpLogger.h.
std::string yarp::yarpLogger::MessageEntry::hostname |
Definition at line 127 of file YarpLogger.h.
LogLevel yarp::yarpLogger::MessageEntry::level |
Definition at line 122 of file YarpLogger.h.
unsigned int yarp::yarpLogger::MessageEntry::line |
Definition at line 125 of file YarpLogger.h.
std::string yarp::yarpLogger::MessageEntry::local_timestamp |
Definition at line 138 of file YarpLogger.h.
double yarp::yarpLogger::MessageEntry::networktime |
Definition at line 134 of file YarpLogger.h.
int yarp::yarpLogger::MessageEntry::pid |
Definition at line 130 of file YarpLogger.h.
double yarp::yarpLogger::MessageEntry::systemtime |
Definition at line 133 of file YarpLogger.h.
std::string yarp::yarpLogger::MessageEntry::text |
Definition at line 123 of file YarpLogger.h.
long yarp::yarpLogger::MessageEntry::thread_id |
Definition at line 131 of file YarpLogger.h.
std::string yarp::yarpLogger::MessageEntry::yarprun_timestamp |
Definition at line 137 of file YarpLogger.h.