console_bridge_dev
master
It is a ROS-independent, pure CMake (i.e. non-catkin and non-rosbuild package) that provides logging calls that mirror those found in rosconsole, but for applications that are not necessarily using ROS.
|
▼Nconsole_bridge | Message namespace. This contains classes needed to output error messages (or logging) from within the library. Message logging can be performed with logging macros |
COutputHandler | Generic class to handle output from a piece of code |
COutputHandlerFile | Implementation of OutputHandler that saves messages in a file |
COutputHandlerSTD | Default implementation of OutputHandler. This sends the information to the console |