RTC Toolkit  2.0.0
Public Member Functions | List of all members
rtctk::componentFramework::LogInfo Class Reference

#include <stdComponent.hpp>

Inheritance diagram for rtctk::componentFramework::LogInfo:

Public Member Functions

 LogInfo ()=default
 
 LogInfo (std::string const &level, std::string const &logger="")
 
std::string getLogger () const override
 
void setLogger (std::string const &logger) override
 
std::string getLevel () const override
 
void setLevel (std::string const &level) override
 
bool hasKey () const override
 
bool keyEquals (stdif::LogInfo const &other) const override
 
std::unique_ptr< stdif::LogInfo > clone () const override
 
std::unique_ptr< stdif::LogInfo > cloneKey () const override
 

Constructor & Destructor Documentation

◆ LogInfo() [1/2]

rtctk::componentFramework::LogInfo::LogInfo ( )
default

◆ LogInfo() [2/2]

rtctk::componentFramework::LogInfo::LogInfo ( std::string const &  level,
std::string const &  logger = "" 
)
inline

Member Function Documentation

◆ clone()

std::unique_ptr<stdif::LogInfo> rtctk::componentFramework::LogInfo::clone ( ) const
inlineoverride

◆ cloneKey()

std::unique_ptr<stdif::LogInfo> rtctk::componentFramework::LogInfo::cloneKey ( ) const
inlineoverride

◆ getLevel()

std::string rtctk::componentFramework::LogInfo::getLevel ( ) const
inlineoverride

◆ getLogger()

std::string rtctk::componentFramework::LogInfo::getLogger ( ) const
inlineoverride

◆ hasKey()

bool rtctk::componentFramework::LogInfo::hasKey ( ) const
inlineoverride

◆ keyEquals()

bool rtctk::componentFramework::LogInfo::keyEquals ( stdif::LogInfo const &  other) const
inlineoverride

◆ setLevel()

void rtctk::componentFramework::LogInfo::setLevel ( std::string const &  level)
inlineoverride

◆ setLogger()

void rtctk::componentFramework::LogInfo::setLogger ( std::string const &  logger)
inlineoverride

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