rclcpp
master
C++ ROS Client Library API
|
Pure virtual interface class for the NodeLogging part of the Node API. More...
#include <node_logging_interface.hpp>
Public Member Functions | |
virtual rclcpp::Logger | get_logger () const =0 |
Return the logger of the node. More... | |
virtual const char * | get_logger_name () const =0 |
Return the logger name associated with the node. More... | |
Pure virtual interface class for the NodeLogging part of the Node API.
|
pure virtual |
Return the logger of the node.
Implemented in rclcpp::node_interfaces::NodeLogging.
|
pure virtual |
Return the logger name associated with the node.
Implemented in rclcpp::node_interfaces::NodeLogging.