Skip to content

ros/console_bridge

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

console_bridge

console_bridge 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.

Quality Declaration

This package claims to be in the Quality Level 1 category, see the Quality Declaration for more details.

Features

This library allows to log messages in the standard output and the standard output error based on the log level:

  • CONSOLE_BRIDGE_LOG_DEBUG
  • CONSOLE_BRIDGE_LOG_INFO
  • CONSOLE_BRIDGE_LOG_WARN
  • CONSOLE_BRIDGE_LOG_ERROR
  • CONSOLE_BRIDGE_LOG_NONE

About

A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published