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.
|
Default implementation of OutputHandler. This sends the information to the console. More...
#include <console.h>
Public Member Functions | |
OutputHandlerSTD (void) | |
virtual void | log (const std::string &text, LogLevel level, const char *filename, int line) |
log a message to the output handler with the given text and logging level from a specific file and line number More... | |
Public Member Functions inherited from console_bridge::OutputHandler | |
OutputHandler (void) | |
virtual | ~OutputHandler (void) |
Default implementation of OutputHandler. This sends the information to the console.
|
inline |
|
virtual |
log a message to the output handler with the given text and logging level from a specific file and line number
text | to log |
level | console_bridge log level |
filename | of the output log |
line |
Implements console_bridge::OutputHandler.