Loggers in ROS
I'm trying to understand loggers in ROS. The roscpp overview page mentions different loggers. And when you use the NAMED
macros, they make "child" loggers. It also mentions there is more information in a configuration file that is not linked.
What is a logger? And what is a child logger and the need/use case for it?
Thank you.