Description
C++ libraries can use a logging bridge that works outside ROS while still integrating with rosconsole and rosout when ROS is present. It is useful for robotics code that needs shared logging across ROS-dependent and ROS-independent packages.
This is a developer library, not an app. Logging bridges can expose runtime details in logs, so avoid writing secrets or sensitive robot data through normal log messages.