Class NodeLogging

Inheritance Relationships

Base Type

Class Documentation

class NodeLogging : public rclcpp::node_interfaces::NodeLoggingInterface

Implementation of the NodeLogging part of the Node API.

Public Functions

explicit NodeLogging(rclcpp::node_interfaces::NodeBaseInterface *node_base)
virtual ~NodeLogging()
virtual rclcpp::Logger get_logger() const override

Return the logger of the node.

Returns:

The logger of the node.

virtual const char *get_logger_name() const override

Return the logger name associated with the node.

Returns:

The logger name associated with the node.