Skip to content

Commit

Permalink
Added features to rcl_logging_spdlog (#35)
Browse files Browse the repository at this point in the history
* Added features

Signed-off-by: ahcorde <ahcorde@gmail.com>

* added feedback

Signed-off-by: ahcorde <ahcorde@gmail.com>

* Added feedback

Signed-off-by: ahcorde <ahcorde@gmail.com>
  • Loading branch information
ahcorde authored May 15, 2020
1 parent 8ce2825 commit c005b97
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions rcl_logging_spdlog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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 4** category, see the [Quality Declaration](./Quality_Declaration.md) for more details.

0 comments on commit c005b97

Please sign in to comment.