RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
rtctk::componentFramework::LogInfo Class Reference

#include <rtctk/componentFramework/stdComponent.hpp>

Inheritance diagram for rtctk::componentFramework::LogInfo:

Public Member Functions

 LogInfo ()=default
 
 LogInfo (const std::string &level, const std::string &logger="")
 
std::string getLogger () const override
 
void setLogger (const std::string &logger) override
 
std::string getLevel () const override
 
void setLevel (const std::string &level) override
 
bool hasKey () const override
 
bool keyEquals (const stdif::LogInfo &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 ( const std::string & level,
const std::string & logger = "" )
inlineexplicit

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 ( const stdif::LogInfo & other) const
inlineoverride

◆ setLevel()

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

◆ setLogger()

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

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