rclcpp
master
C++ ROS Client Library API
|
Implementation of the NodeLogging part of the Node API. More...
#include <node_logging.hpp>
Public Member Functions | |
NodeLogging (rclcpp::node_interfaces::NodeBaseInterface *node_base) | |
virtual | ~NodeLogging () |
virtual rclcpp::Logger | get_logger () const |
Return the logger of the node. More... | |
Implementation of the NodeLogging part of the Node API.
|
explicit |
|
virtual |
|
virtual |
Return the logger of the node.
Implements rclcpp::node_interfaces::NodeLoggingInterface.