Skip to content

Class nebula::drivers::loggers::RclcppLogger

ClassList > nebula > drivers > loggers > RclcppLogger

  • #include <rclcpp_logger.hpp>

Inherits the following classes: Logger

Public Functions

Type Name
RclcppLogger (const std::string & name)
RclcppLogger (const rclcpp::Logger & underlying)
std::shared_ptr< Logger > child (const std::string & name) override
void debug (const std::string & message) override
void error (const std::string & message) override
void info (const std::string & message) override
void warn (const std::string & message) override

Public Functions Documentation

function RclcppLogger [1/2]

inline explicit nebula::drivers::loggers::RclcppLogger::RclcppLogger (
    const std::string & name
) 

function RclcppLogger [2/2]

inline explicit nebula::drivers::loggers::RclcppLogger::RclcppLogger (
    const rclcpp::Logger & underlying
) 

function child

inline std::shared_ptr< Logger > nebula::drivers::loggers::RclcppLogger::child (
    const std::string & name
) override

function debug

inline void nebula::drivers::loggers::RclcppLogger::debug (
    const std::string & message
) override

function error

inline void nebula::drivers::loggers::RclcppLogger::error (
    const std::string & message
) override

function info

inline void nebula::drivers::loggers::RclcppLogger::info (
    const std::string & message
) override

function warn

inline void nebula::drivers::loggers::RclcppLogger::warn (
    const std::string & message
) override


The documentation for this class was generated from the following file nebula_ros/include/nebula_ros/common/rclcpp_logger.hpp