![]() |
rcl_logging_spdlog package from rcl_logging reporcl_logging_log4cxx rcl_logging_noop rcl_logging_spdlog |
|
Package Summary
Tags | No category tags. |
Version | 1.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/rcl_logging.git |
VCS Type | git |
VCS Version | foxy |
Last Updated | 2021-04-14 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Chris Lalancette
Authors
- Chris Lalancette
rcl_logging_spdlog
Package supporting an implementation of logging functionality using spdlog
.
rcl_logging_spdlog 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
Quality Declaration
This package claims to be in the Quality Level 1 category, see the Quality Declaration for more details.
Changelog for package rcl_logging_spdlog
1.1.0 (2021-04-14)
- Update quality declaration links (re: ros2/docs.ros2.org#52) (#74)
- Allow configuring logging directory through environment variables (#70)
- Fix build.ros2.org links (#68)
- Update QD to QL 1 (#67)
- Fixed backported tests on rcl_logging_spdlog
- Add fault injection unittest to increase coverage (#49)
- More rcl_logging_spdlog tests (#40)
- Added benchmark test to rcl_logging_spdlog (#52)
- Contributors: Alejandro Hern
Wiki Tutorials
Source Tutorials
Package Dependencies
Deps | Name | |
---|---|---|
1 | spdlog_vendor | |
1 | ament_cmake_ros | |
1 | ament_lint_auto | |
1 | ament_lint_common | |
1 | performance_test_fixture | |
1 | rcutils | |
1 | rcpputils |
System Dependencies
Name |
---|
spdlog |
Dependant Packages
Name | Repo | Deps |
---|---|---|
rcl | github-ros2-rcl |
Launch files
Messages
Services
Plugins
Recent questions tagged rcl_logging_spdlog at answers.ros.org
![]() |
rcl_logging_spdlog package from rcl_logging reporcl_logging_interface rcl_logging_noop rcl_logging_spdlog |
|
Package Summary
Tags | No category tags. |
Version | 2.3.1 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/rcl_logging.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-11-07 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Chris Lalancette
Authors
- Chris Lalancette
- William Woodall
rcl_logging_spdlog
Package supporting an implementation of logging functionality using spdlog
.
rcl_logging_spdlog 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
Quality Declaration
This package claims to be in the Quality Level 1 category, see the Quality Declaration for more details.
Changelog for package rcl_logging_spdlog
2.3.1 (2022-11-07)
- ament_export_dependencies any package with targets we linked against (#89) (#90)
- Contributors: mergify[bot]
2.3.0 (2022-03-01)
2.2.1 (2022-01-14)
- Fix include order for cpplint (#84) Relates to https://github.com/ament/ament_lint/pull/324
- Update maintainers to Chris Lalancette (#83)
- Contributors: Audrow Nash, Jacob Perron
2.2.0 (2021-11-18)
- Fix renamed [rcpputils]{.title-ref} header (#81)
- Contributors: Abrar Rahman Protyasha
2.1.3 (2021-09-16)
- Update includes after rcutils/get_env.h deprecation (#75)
- Contributors: Christophe Bedard
2.1.2 (2021-04-06)
- updating quality declaration links (re: ros2/docs.ros2.org#52) (#73)
- Contributors: shonigmann
2.1.1 (2021-01-25)
- Include what you use (#71)
- Contributors: Ivan Santiago Paunovic
2.1.0 (2020-12-08)
- Update QD to QL 1 (#66)
- Make sure to check return value from external_initialize. (#65)
- updated QD section 3.i and 3ii and spelling error (#63)
- rcl_logging_spdlog: Increased QL to 2 in QD
- Updated spdlog QL in QD
- Make internal dependencies private (#60)
- [rcl_logging_spdlog] Add warnings (#54)
- Allow configuring logging directory through environment variables (#53)
- Update the maintainers. (#55)
- Added benchmark test to rcl_logging_spdlog (#52)
- Used current_path() function from rcpputils (#51)
- Add fault injection unittest to increase coverage (#49)
- Contributors: Alejandro Hern
Wiki Tutorials
Source Tutorials
Package Dependencies
Deps | Name | |
---|---|---|
1 | spdlog_vendor | |
1 | ament_cmake_ros | |
1 | ament_lint_auto | |
1 | ament_lint_common | |
1 | performance_test_fixture | |
1 | rcl_logging_interface | |
1 | rcpputils | |
1 | rcutils |
System Dependencies
Name |
---|
spdlog |
Dependant Packages
Name | Repo | Deps |
---|---|---|
rcl | github-ros2-rcl |
Launch files
Messages
Services
Plugins
Recent questions tagged rcl_logging_spdlog at answers.ros.org
![]() |
rcl_logging_spdlog package from rcl_logging reporcl_logging_interface rcl_logging_noop rcl_logging_spdlog |
|
Package Summary
Tags | No category tags. |
Version | 2.5.1 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/rcl_logging.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2023-04-11 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Chris Lalancette
- William Woodall
Authors
- Chris Lalancette
- William Woodall
rcl_logging_spdlog
Package supporting an implementation of logging functionality using spdlog
.
rcl_logging_spdlog 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
Quality Declaration
This package claims to be in the Quality Level 1 category, see the Quality Declaration for more details.
Changelog for package rcl_logging_spdlog
2.5.1 (2023-04-11)
- Mark the benchmark _ as unused. (#99)
- Contributors: Chris Lalancette
2.5.0 (2023-02-13)
- Update rcl_logging to C++17. (#98)
- Contributors: Chris Lalancette
2.4.3 (2022-11-18)
- change flushing behavior for spdlog log files, and add env var to
use old style (no explicit flushing)
(#95)
- now flushes every ERROR message and periodically every 5 seconds
- can set
RCL_LOGGING_SPDLOG_EXPERIMENTAL_OLD_FLUSHING_BEHAVIOR=1
to get old behavior
- Updated maintainers - 2022-11-07 (#96)
- Contributors: Audrow Nash, William Woodall
2.4.2 (2022-11-02)
- Disable cppcheck for rcl_logging_spdlog. (#93)
- Contributors: Chris Lalancette
2.4.1 (2022-09-13)
- ament_export_dependencies any package with targets we linked against (#89)
- Contributors: Shane Loretz
2.4.0 (2022-04-29)
2.3.0 (2022-03-01)
2.2.1 (2022-01-14)
- Fix include order for cpplint (#84) Relates to https://github.com/ament/ament_lint/pull/324
- Update maintainers to Chris Lalancette (#83)
- Contributors: Audrow Nash, Jacob Perron
2.2.0 (2021-11-18)
- Fix renamed [rcpputils]{.title-ref} header (#81)
- Contributors: Abrar Rahman Protyasha
2.1.3 (2021-09-16)
- Update includes after rcutils/get_env.h deprecation (#75)
- Contributors: Christophe Bedard
2.1.2 (2021-04-06)
- updating quality declaration links (re: ros2/docs.ros2.org#52) (#73)
- Contributors: shonigmann
2.1.1 (2021-01-25)
- Include what you use (#71)
- Contributors: Ivan Santiago Paunovic
2.1.0 (2020-12-08)
- Update QD to QL 1 (#66)
- Make sure to check return value from external_initialize. (#65)
- updated QD section 3.i and 3ii and spelling error (#63)
- rcl_logging_spdlog: Increased QL to 2 in QD
- Updated spdlog QL in QD
- Make internal dependencies private (#60)
- [rcl_logging_spdlog] Add warnings (#54)
- Allow configuring logging directory through environment variables (#53)
- Update the maintainers. (#55)
- Added benchmark test to rcl_logging_spdlog (#52)
- Used current_path() function from rcpputils (#51)
- Add fault injection unittest to increase coverage (#49)
- Contributors: Alejandro Hern
Wiki Tutorials
Source Tutorials
Package Dependencies
Deps | Name | |
---|---|---|
1 | spdlog_vendor | |
1 | ament_cmake_ros | |
1 | ament_lint_auto | |
1 | ament_lint_common | |
1 | performance_test_fixture | |
1 | rcl_logging_interface | |
1 | rcpputils | |
1 | rcutils |
System Dependencies
Name |
---|
spdlog |
Dependant Packages
Name | Repo | Deps |
---|---|---|
rcl | github-ros2-rcl |
Launch files
Messages
Services
Plugins
Recent questions tagged rcl_logging_spdlog at answers.ros.org
![]() |
rcl_logging_spdlog package from rcl_logging reporcl_logging_interface rcl_logging_noop rcl_logging_spdlog |
|
Package Summary
Tags | No category tags. |
Version | 2.6.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/rcl_logging.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2023-04-27 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Chris Lalancette
- William Woodall
Authors
- Chris Lalancette
- William Woodall
rcl_logging_spdlog
Package supporting an implementation of logging functionality using spdlog
.
rcl_logging_spdlog 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
Quality Declaration
This package claims to be in the Quality Level 1 category, see the Quality Declaration for more details.
Changelog for package rcl_logging_spdlog
2.6.0 (2023-04-27)
2.5.1 (2023-04-11)
- Mark the benchmark _ as unused. (#99)
- Contributors: Chris Lalancette
2.5.0 (2023-02-13)
- Update rcl_logging to C++17. (#98)
- Contributors: Chris Lalancette
2.4.3 (2022-11-18)
- change flushing behavior for spdlog log files, and add env var to
use old style (no explicit flushing)
(#95)
- now flushes every ERROR message and periodically every 5 seconds
- can set
RCL_LOGGING_SPDLOG_EXPERIMENTAL_OLD_FLUSHING_BEHAVIOR=1
to get old behavior
- Updated maintainers - 2022-11-07 (#96)
- Contributors: Audrow Nash, William Woodall
2.4.2 (2022-11-02)
- Disable cppcheck for rcl_logging_spdlog. (#93)
- Contributors: Chris Lalancette
2.4.1 (2022-09-13)
- ament_export_dependencies any package with targets we linked against (#89)
- Contributors: Shane Loretz
2.4.0 (2022-04-29)
2.3.0 (2022-03-01)
2.2.1 (2022-01-14)
- Fix include order for cpplint (#84) Relates to https://github.com/ament/ament_lint/pull/324
- Update maintainers to Chris Lalancette (#83)
- Contributors: Audrow Nash, Jacob Perron
2.2.0 (2021-11-18)
- Fix renamed [rcpputils]{.title-ref} header (#81)
- Contributors: Abrar Rahman Protyasha
2.1.3 (2021-09-16)
- Update includes after rcutils/get_env.h deprecation (#75)
- Contributors: Christophe Bedard
2.1.2 (2021-04-06)
- updating quality declaration links (re: ros2/docs.ros2.org#52) (#73)
- Contributors: shonigmann
2.1.1 (2021-01-25)
- Include what you use (#71)
- Contributors: Ivan Santiago Paunovic
2.1.0 (2020-12-08)
- Update QD to QL 1 (#66)
- Make sure to check return value from external_initialize. (#65)
- updated QD section 3.i and 3ii and spelling error (#63)
- rcl_logging_spdlog: Increased QL to 2 in QD
- Updated spdlog QL in QD
- Make internal dependencies private (#60)
- [rcl_logging_spdlog] Add warnings (#54)
- Allow configuring logging directory through environment variables (#53)
- Update the maintainers. (#55)
- Added benchmark test to rcl_logging_spdlog (#52)
- Used current_path() function from rcpputils (#51)
- Add fault injection unittest to increase coverage (#49)
- Contributors: Alejandro Hern
Wiki Tutorials
Source Tutorials
Package Dependencies
Deps | Name | |
---|---|---|
1 | spdlog_vendor | |
1 | ament_cmake_ros | |
1 | ament_lint_auto | |
1 | ament_lint_common | |
1 | performance_test_fixture | |
1 | rcl_logging_interface | |
1 | rcpputils | |
1 | rcutils |
System Dependencies
Name |
---|
spdlog |
Dependant Packages
Name | Repo | Deps |
---|---|---|
rcl | github-ros2-rcl |
Launch files
Messages
Services
Plugins
Recent questions tagged rcl_logging_spdlog at answers.ros.org
![]() |
rcl_logging_spdlog package from rcl_logging reporcl_logging_log4cxx rcl_logging_noop rcl_logging_spdlog |
|
Package Summary
Tags | No category tags. |
Version | 0.3.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/rcl_logging.git |
VCS Type | git |
VCS Version | eloquent |
Last Updated | 2019-10-23 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Chris Lalancette
Authors
- Chris Lalancette
Changelog for package rcl_logging_spdlog
0.3.3 (2019-10-23)
- Fix Clang warning about possible uninitialized variable (#21)
- Contributors: Jacob Perron
0.3.2 (2019-10-07)
- spdlog is a header-only library, so the exported dep isn\'t needed. (#19)
- Contributors: Chris Lalancette
0.3.1 (2019-10-03)
- Implement a backend logger using spdlog. (#17)
- Contributors: Chris Lalancette
0.3.0 (2019-09-26)
0.2.1 (2019-05-08)
0.2.0 (2019-03-09)
0.1.0 (2018-12-07)
Wiki Tutorials
Source Tutorials
Package Dependencies
Deps | Name | |
---|---|---|
1 | spdlog_vendor | |
1 | ament_cmake_ros | |
1 | ament_lint_auto | |
1 | ament_lint_common | |
1 | rcutils |
System Dependencies
Name |
---|
spdlog |
Dependant Packages
Name | Repo | Deps |
---|---|---|
rcl | github-ros2-rcl |
Launch files
Messages
Services
Plugins
Recent questions tagged rcl_logging_spdlog at answers.ros.org
![]() |
rcl_logging_spdlog package from rcl_logging reporcl_logging_interface rcl_logging_log4cxx rcl_logging_noop rcl_logging_spdlog |
|
Package Summary
Tags | No category tags. |
Version | 2.1.5 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/rcl_logging.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2022-12-03 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Chris Lalancette
- William Woodall
Authors
- Chris Lalancette
rcl_logging_spdlog
Package supporting an implementation of logging functionality using spdlog
.
rcl_logging_spdlog 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
Quality Declaration
This package claims to be in the Quality Level 1 category, see the Quality Declaration for more details.
Changelog for package rcl_logging_spdlog
2.1.5 (2022-12-02)
- ament_export_dependencies any package with targets we linked against (#91)
- Contributors: Shane Loretz
2.1.4 (2022-04-28)
2.1.2 (2021-04-06)
- updating quality declaration links (re: ros2/docs.ros2.org#52) (#73)
- Contributors: shonigmann
2.1.1 (2021-01-25)
- Include what you use (#71)
- Contributors: Ivan Santiago Paunovic
2.1.0 (2020-12-08)
- Update QD to QL 1 (#66)
- Make sure to check return value from external_initialize. (#65)
- updated QD section 3.i and 3ii and spelling error (#63)
- rcl_logging_spdlog: Increased QL to 2 in QD
- Updated spdlog QL in QD
- Make internal dependencies private (#60)
- [rcl_logging_spdlog] Add warnings (#54)
- Allow configuring logging directory through environment variables (#53)
- Update the maintainers. (#55)
- Added benchmark test to rcl_logging_spdlog (#52)
- Used current_path() function from rcpputils (#51)
- Add fault injection unittest to increase coverage (#49)
- Contributors: Alejandro Hern
Wiki Tutorials
Source Tutorials
Package Dependencies
Deps | Name | |
---|---|---|
1 | spdlog_vendor | |
1 | ament_cmake_ros | |
1 | ament_lint_auto | |
1 | ament_lint_common | |
1 | performance_test_fixture | |
1 | rcl_logging_interface | |
1 | rcpputils | |
1 | rcutils |
System Dependencies
Name |
---|
spdlog |
Dependant Packages
Name | Repo | Deps |
---|---|---|
rcl | github-ros2-rcl |