File: README.md

package info (click to toggle)
console-bridge 1.0.1%2Bdfsg2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 160 kB
  • sloc: cpp: 401; sh: 17; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 662 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 2** category, see the [Quality Declaration](./QUALITY_DECLARATION.md) 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