#include <yarp/os/LogComponent.h>
Public Types | |
using | LogCallback = yarp::os::Log::LogCallback |
using | LogType = yarp::os::Log::LogType |
Public Member Functions | |
LogComponent (const char *name, LogType minimumPrintLevel=yarp::os::Log::minimumPrintLevel(), LogType minimumForwardLevel=yarp::os::Log::minimumForwardLevel(), LogCallback printCallback=yarp::os::Log::printCallback(), LogCallback forwardCallback=yarp::os::Log::forwardCallback()) | |
LogComponent (const LogComponent &)=delete | |
LogComponent (LogComponent &&) noexcept=delete | |
LogComponent & | operator= (const LogComponent &)=delete |
LogComponent & | operator= (LogComponent &&) noexcept=delete |
~LogComponent ()=default | |
LogCallback | printCallback (yarp::os::Log::LogType t) const |
LogCallback | forwardCallback (yarp::os::Log::LogType t) const |
constexpr const char * | name () const |
constexpr | operator bool () const |
Definition at line 20 of file LogComponent.h.
Definition at line 23 of file LogComponent.h.
Definition at line 24 of file LogComponent.h.
LogComponent::LogComponent | ( | const char * | name, |
LogType | minimumPrintLevel = yarp::os::Log::minimumPrintLevel() , |
||
LogType | minimumForwardLevel = yarp::os::Log::minimumForwardLevel() , |
||
LogCallback | printCallback = yarp::os::Log::printCallback() , |
||
LogCallback | forwardCallback = yarp::os::Log::forwardCallback() |
||
) |
Definition at line 14 of file LogComponent.cpp.
|
delete |
|
deletenoexcept |
|
default |
LogCallback LogComponent::forwardCallback | ( | yarp::os::Log::LogType | t | ) | const |
Definition at line 58 of file LogComponent.cpp.
|
inlineconstexpr |
Definition at line 42 of file LogComponent.h.
|
inlineconstexpr |
Definition at line 43 of file LogComponent.h.
|
delete |
|
deletenoexcept |
LogCallback LogComponent::printCallback | ( | yarp::os::Log::LogType | t | ) | const |
Definition at line 38 of file LogComponent.cpp.