Metadata-Version: 2.4
Name: ros-rcl-logging-spdlog
Version: 3.1.1
Summary: A ROS package providing logging functionality implemented with `spdlog`, enabling message logging and level control.
Description-Content-Type: text/markdown
Requires-Dist: ros-rcutils~=6.7.4
Requires-Dist: ros-rcl-logging-interface~=3.1.1
Requires-Dist: ros-rcpputils~=2.11.2
Requires-Dist: ros-spdlog-vendor~=1.6.1
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: summary

Built using https://github.com/ycheng517/ros-python-wheels.

# rcl_logging_spdlog

Package supporting an implementation of logging functionality using `spdlog`.

[rcl_logging_spdlog](include/rcl_logging_spdlog/logging_interface.h) logging interface implementation can:
 - initialize
 - log a message
 - set the logger level
 - shutdown

Some useful internal abstractions and utilities:
  - Macros for controlling symbol visibility on the library
    - [rcl_logging_spdlog/visibility_control.h](include/rcl_logging_spdlog/visibility_control.h)

## Quality Declaration

This package claims to be in the **Quality Level 1** category, see the [Quality Declaration](./QUALITY_DECLARATION.md) for more details.
