rcl_logging_interface package from rcl_logging repo

rcl_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

Interface that rcl_logging backends needs to implement.

Additional Links

No additional links.

Maintainers

  • Chris Lalancette

Authors

  • Chris Lalancette
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package rcl_logging_interface

2.3.1 (2022-11-07)

2.3.0 (2022-03-01)

  • Install includes to include/\${PROJECT_NAME} (#85)
  • Contributors: Shane Loretz

2.2.1 (2022-01-14)

2.2.0 (2021-11-18)

  • Fix renamed [rcpputils]{.title-ref} header (#81)
  • Contributors: Abrar Rahman Protyasha

2.1.3 (2021-09-16)

  • Add Doxyfile to rcl_logging_interface package (#80)
  • Update includes after rcutils/get_env.h deprecation (#75)
  • Contributors: Christophe Bedard, Michel Hidalgo

2.1.2 (2021-04-06)

2.1.1 (2021-01-25)

2.1.0 (2020-12-08)

  • Update QD to QL 1 (#66)
  • Use rcutils_expand_user in rcl_logging_get_logging_directory (#59)
  • Allow configuring logging directory through environment variables (#53)
  • Update the maintainers. (#55)
  • Contributors: Chris Lalancette, Christophe Bedard, Stephen Brawner

2.0.1 (2020-07-21)

2.0.0 (2020-06-18)

  • Add new package with rcl logging interface (#41)
  • Contributors: Chris Lalancette

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rcl_logging_interface at Robotics Stack Exchange

rcl_logging_interface package from rcl_logging repo

rcl_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

Interface that rcl_logging backends needs to implement.

Additional Links

No additional links.

Maintainers

  • Chris Lalancette
  • William Woodall

Authors

  • Chris Lalancette
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package rcl_logging_interface

2.5.1 (2023-04-11)

2.5.0 (2023-02-13)

  • Update rcl_logging to C++17. (#98)
  • Contributors: Chris Lalancette

2.4.3 (2022-11-18)

  • Updated maintainers - 2022-11-07 (#96)
  • Contributors: Audrow Nash

2.4.2 (2022-11-02)

2.4.1 (2022-09-13)

2.4.0 (2022-04-29)

2.3.0 (2022-03-01)

  • Install includes to include/\${PROJECT_NAME} (#85)
  • Contributors: Shane Loretz

2.2.1 (2022-01-14)

2.2.0 (2021-11-18)

  • Fix renamed [rcpputils]{.title-ref} header (#81)
  • Contributors: Abrar Rahman Protyasha

2.1.3 (2021-09-16)

  • Add Doxyfile to rcl_logging_interface package (#80)
  • Update includes after rcutils/get_env.h deprecation (#75)
  • Contributors: Christophe Bedard, Michel Hidalgo

2.1.2 (2021-04-06)

2.1.1 (2021-01-25)

2.1.0 (2020-12-08)

  • Update QD to QL 1 (#66)
  • Use rcutils_expand_user in rcl_logging_get_logging_directory (#59)
  • Allow configuring logging directory through environment variables (#53)
  • Update the maintainers. (#55)
  • Contributors: Chris Lalancette, Christophe Bedard, Stephen Brawner

2.0.1 (2020-07-21)

2.0.0 (2020-06-18)

  • Add new package with rcl logging interface (#41)
  • Contributors: Chris Lalancette

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rcl_logging_interface at Robotics Stack Exchange

rcl_logging_interface package from rcl_logging repo

rcl_logging_interface rcl_logging_noop rcl_logging_spdlog

Package Summary

Tags No category tags.
Version 3.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 rolling
Last Updated 2024-03-28
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

Interface that rcl_logging backends needs to implement.

Additional Links

No additional links.

Maintainers

  • Chris Lalancette
  • William Woodall

Authors

  • Chris Lalancette
  • William Woodall
README
No README found. See repository README.
CHANGELOG

Changelog for package rcl_logging_interface

3.1.0 (2024-03-28)

  • Check allocator validity in some rcl_logging functions (#116) If the allocator is zero-initialized, it may cause a segfault when it is used later in the functions.
  • Use (void) in declaration of param-less function (#114)
  • Contributors: Christophe Bedard, Scott K Logan

3.0.0 (2024-01-24)

  • add file_name_prefix parameter to external log configuration. (#109)
  • Contributors: Tomoya Fujita

2.7.1 (2023-12-26)

  • Migrate to std::filesystem (#104)
  • Contributors: Kenta Yonekura

2.7.0 (2023-09-07)

  • Remove the last uses of ament_target_dependencies in this repo. (#102)
  • Contributors: Chris Lalancette

2.6.0 (2023-04-27)

2.5.1 (2023-04-11)

2.5.0 (2023-02-13)

  • Update rcl_logging to C++17. (#98)
  • Contributors: Chris Lalancette

2.4.3 (2022-11-18)

  • Updated maintainers - 2022-11-07 (#96)
  • Contributors: Audrow Nash

2.4.2 (2022-11-02)

2.4.1 (2022-09-13)

2.4.0 (2022-04-29)

2.3.0 (2022-03-01)

  • Install includes to include/\${PROJECT_NAME} (#85)
  • Contributors: Shane Loretz

2.2.1 (2022-01-14)

2.2.0 (2021-11-18)

  • Fix renamed [rcpputils]{.title-ref} header (#81)
  • Contributors: Abrar Rahman Protyasha

2.1.3 (2021-09-16)

  • Add Doxyfile to rcl_logging_interface package (#80)
  • Update includes after rcutils/get_env.h deprecation (#75)
  • Contributors: Christophe Bedard, Michel Hidalgo

2.1.2 (2021-04-06)

2.1.1 (2021-01-25)

2.1.0 (2020-12-08)

  • Update QD to QL 1 (#66)
  • Use rcutils_expand_user in rcl_logging_get_logging_directory (#59)
  • Allow configuring logging directory through environment variables (#53)
  • Update the maintainers. (#55)
  • Contributors: Chris Lalancette, Christophe Bedard, Stephen Brawner

2.0.1 (2020-07-21)

2.0.0 (2020-06-18)

  • Add new package with rcl logging interface (#41)
  • Contributors: Chris Lalancette

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rcl_logging_interface at Robotics Stack Exchange

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

Interface that rcl_logging backends needs to implement.

Additional Links

No additional links.

Maintainers

  • Chris Lalancette
  • William Woodall

Authors

  • Chris Lalancette
README
No README found. See repository README.
CHANGELOG

Changelog for package rcl_logging_interface

2.1.5 (2022-12-02)

2.1.4 (2022-04-28)

2.1.2 (2021-04-06)

2.1.1 (2021-01-25)

2.1.0 (2020-12-08)

  • Update QD to QL 1 (#66)
  • Use rcutils_expand_user in rcl_logging_get_logging_directory (#59)
  • Allow configuring logging directory through environment variables (#53)
  • Update the maintainers. (#55)
  • Contributors: Chris Lalancette, Christophe Bedard, Stephen Brawner

2.0.1 (2020-07-21)

2.0.0 (2020-06-18)

  • Add new package with rcl logging interface (#41)
  • Contributors: Chris Lalancette

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rcl_logging_interface at Robotics Stack Exchange