YARP
Yet Another Robot Platform
yarp::yarpLogger::LogEntryInfo Class Reference

#include <yarp/logger/YarpLogger.h>

Public Member Functions

 LogEntryInfo ()
 
void clear ()
 
LogLevel getLastError ()
 
void clearLastError ()
 
void setNewError (LogLevel level)
 
unsigned int get_number_of_traces ()
 
unsigned int get_number_of_debugs ()
 
unsigned int get_number_of_infos ()
 
unsigned int get_number_of_warnings ()
 
unsigned int get_number_of_errors ()
 
unsigned int get_number_of_fatals ()
 

Public Attributes

std::string port_system
 
std::string port_prefix
 
std::string port_complete
 
std::string process_name
 
std::string process_pid
 
std::string ip_address
 
std::time_t last_update
 
unsigned int logsize
 

Detailed Description

Definition at line 141 of file YarpLogger.h.

Constructor & Destructor Documentation

◆ LogEntryInfo()

yarp::yarpLogger::LogEntryInfo::LogEntryInfo ( )
inline

Definition at line 162 of file YarpLogger.h.

Member Function Documentation

◆ clear()

void LogEntryInfo::clear ( )

Definition at line 64 of file YarpLogger.cpp.

◆ clearLastError()

void LogEntryInfo::clearLastError ( )

Definition at line 82 of file YarpLogger.cpp.

◆ get_number_of_debugs()

unsigned int yarp::yarpLogger::LogEntryInfo::get_number_of_debugs ( )
inline

Definition at line 169 of file YarpLogger.h.

◆ get_number_of_errors()

unsigned int yarp::yarpLogger::LogEntryInfo::get_number_of_errors ( )
inline

Definition at line 172 of file YarpLogger.h.

◆ get_number_of_fatals()

unsigned int yarp::yarpLogger::LogEntryInfo::get_number_of_fatals ( )
inline

Definition at line 173 of file YarpLogger.h.

◆ get_number_of_infos()

unsigned int yarp::yarpLogger::LogEntryInfo::get_number_of_infos ( )
inline

Definition at line 170 of file YarpLogger.h.

◆ get_number_of_traces()

unsigned int yarp::yarpLogger::LogEntryInfo::get_number_of_traces ( )
inline

Definition at line 168 of file YarpLogger.h.

◆ get_number_of_warnings()

unsigned int yarp::yarpLogger::LogEntryInfo::get_number_of_warnings ( )
inline

Definition at line 171 of file YarpLogger.h.

◆ getLastError()

LogLevel LogEntryInfo::getLastError ( )

Definition at line 77 of file YarpLogger.cpp.

◆ setNewError()

void LogEntryInfo::setNewError ( LogLevel  level)

Definition at line 87 of file YarpLogger.cpp.

Member Data Documentation

◆ ip_address

std::string yarp::yarpLogger::LogEntryInfo::ip_address

Definition at line 158 of file YarpLogger.h.

◆ last_update

std::time_t yarp::yarpLogger::LogEntryInfo::last_update

Definition at line 159 of file YarpLogger.h.

◆ logsize

unsigned int yarp::yarpLogger::LogEntryInfo::logsize

Definition at line 160 of file YarpLogger.h.

◆ port_complete

std::string yarp::yarpLogger::LogEntryInfo::port_complete

Definition at line 155 of file YarpLogger.h.

◆ port_prefix

std::string yarp::yarpLogger::LogEntryInfo::port_prefix

Definition at line 154 of file YarpLogger.h.

◆ port_system

std::string yarp::yarpLogger::LogEntryInfo::port_system

Definition at line 153 of file YarpLogger.h.

◆ process_name

std::string yarp::yarpLogger::LogEntryInfo::process_name

Definition at line 156 of file YarpLogger.h.

◆ process_pid

std::string yarp::yarpLogger::LogEntryInfo::process_pid

Definition at line 157 of file YarpLogger.h.


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