Feature request
Feature description
The logs inside the LifecycleNode are not published to rosout making hard to debug issues when relying on rosout-reading tools (e.g foxglove). I guess the reason is because the rcutil logging macros are used
instead of the rclcpp logging macros?
What would be the easiest way to enable publishing those logs to rosout? Thanks
Implementation considerations