YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
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 = "null"
 
std::string port_prefix = "null"
 
std::string port_complete = "null"
 
std::string process_name = "null"
 
std::string process_pid = "null"
 
std::string ip_address = "null"
 
std::time_t last_update = 0
 
unsigned int logsize = 0
 

Detailed Description

Definition at line 144 of file YarpLogger.h.

Constructor & Destructor Documentation

◆ LogEntryInfo()

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

Definition at line 165 of file YarpLogger.h.

Member Function Documentation

◆ clear()

void LogEntryInfo::clear ( )

Definition at line 60 of file YarpLogger.cpp.

◆ clearLastError()

void LogEntryInfo::clearLastError ( )

Definition at line 78 of file YarpLogger.cpp.

◆ get_number_of_debugs()

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

Definition at line 172 of file YarpLogger.h.

◆ get_number_of_errors()

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

Definition at line 175 of file YarpLogger.h.

◆ get_number_of_fatals()

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

Definition at line 176 of file YarpLogger.h.

◆ get_number_of_infos()

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

Definition at line 173 of file YarpLogger.h.

◆ get_number_of_traces()

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

Definition at line 171 of file YarpLogger.h.

◆ get_number_of_warnings()

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

Definition at line 174 of file YarpLogger.h.

◆ getLastError()

LogLevel LogEntryInfo::getLastError ( )

Definition at line 73 of file YarpLogger.cpp.

◆ setNewError()

void LogEntryInfo::setNewError ( LogLevel  level)

Definition at line 83 of file YarpLogger.cpp.

Member Data Documentation

◆ ip_address

std::string yarp::yarpLogger::LogEntryInfo::ip_address = "null"

Definition at line 161 of file YarpLogger.h.

◆ last_update

std::time_t yarp::yarpLogger::LogEntryInfo::last_update = 0

Definition at line 162 of file YarpLogger.h.

◆ logsize

unsigned int yarp::yarpLogger::LogEntryInfo::logsize = 0

Definition at line 163 of file YarpLogger.h.

◆ port_complete

std::string yarp::yarpLogger::LogEntryInfo::port_complete = "null"

Definition at line 158 of file YarpLogger.h.

◆ port_prefix

std::string yarp::yarpLogger::LogEntryInfo::port_prefix = "null"

Definition at line 157 of file YarpLogger.h.

◆ port_system

std::string yarp::yarpLogger::LogEntryInfo::port_system = "null"

Definition at line 156 of file YarpLogger.h.

◆ process_name

std::string yarp::yarpLogger::LogEntryInfo::process_name = "null"

Definition at line 159 of file YarpLogger.h.

◆ process_pid

std::string yarp::yarpLogger::LogEntryInfo::process_pid = "null"

Definition at line 160 of file YarpLogger.h.


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