No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.

rcl_logging_log4cxx package from rcl_logging repo

rcl_logging_log4cxx rcl_logging_noop

Package Summary

Tags No category tags.
Version 0.2.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 crystal
Last Updated 2019-03-10
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

C API providing common interface to a shared library wrapping 3rd party loggers.

Additional Links

No additional links.

Maintainers

  • Amazon B9

Authors

  • Nick Burek
README
No README found. No README in repository either.
CHANGELOG

Changelog for package rcl_logging_log4cxx

0.2.0 (2019-03-09)

  • First release of rcl_logging_log4cxx (#3)
    • Fixes for building and running on MAC with log4cxx from brew.
    • Fixing the case for finding log4cxx library.
    • Fixing the log4cxx string macro on Windows and the cmake find for windows as well.
    • Fixing the lib generation on windows.
    • Cleanup of formatting.
    • Use static library for windows instead of debug mode
    • Fix \"unreferenced local variable\" warning
    • Move C incompatible functions out of extern C block
    • Disable ddl-interface warnings
  • Contributors: Nick Burek

0.1.0 (2018-12-07)

  • preparing for first release
  • Renaming everything with an \'rcl_\' prefix instead of an \'rc_\' prefix to match the change in \'rcl\' (#2)
  • Contributors: Nick Burek, William Woodall

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_log4cxx at Robotics Stack Exchange

rcl_logging_log4cxx package from rcl_logging repo

rcl_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

C API providing common interface to a shared library wrapping 3rd party loggers.

Additional Links

No additional links.

Maintainers

  • Amazon B9

Authors

  • Nick Burek
README
No README found. No README in repository either.
CHANGELOG

Changelog for package rcl_logging_log4cxx

0.3.3 (2019-10-23)

0.3.2 (2019-10-07)

  • Enable linters for noop and log4cxx. (#12)
  • Contributors: Steven! Ragnar

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_log4cxx at Robotics Stack Exchange

rcl_logging_log4cxx package from rcl_logging repo

rcl_logging_log4cxx rcl_logging_noop

Package Summary

Tags No category tags.
Version 0.2.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 dashing
Last Updated 2019-05-09
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

C API providing common interface to a shared library wrapping 3rd party loggers.

Additional Links

No additional links.

Maintainers

  • Amazon B9

Authors

  • Nick Burek
README
No README found. No README in repository either.
CHANGELOG

Changelog for package rcl_logging_log4cxx

0.2.1 (2019-05-08)

  • Changing the default location for log files to be a local directory instead of /var/log/ros on linux due to permission issues. (#9)
  • Removes debugging fprintf
  • Review fixes.
  • Move basename down to rcutils layer.
  • Prototype to put things in ~/.ros/log
  • Changing the default location for log files to be a local directory instead of /var/log/ros on linux due to permission issues.
  • Change the API to add an allocator to logging initialize. (#10)
  • Added include dir to installation of rcl_logging_log4cxx. (#7)
  • Contributors: Chris Lalancette, Nick Burek, Rasmus Skovgaard Andersen, Steven! Ragnar

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_log4cxx 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

C API providing common interface to a shared library wrapping 3rd party loggers.

Additional Links

No additional links.

Maintainers

  • Chris Lalancette
  • William Woodall

Authors

  • Nick Burek
README
No README found. See repository README.
CHANGELOG

Changelog for package rcl_logging_log4cxx

2.1.5 (2022-12-02)

2.1.4 (2022-04-28)

  • Change C++ version to 17 in [rcl_logging_log4cxx]{.title-ref} (#79)
  • Contributors: Homalozoa X

2.1.2 (2021-04-06)

2.1.1 (2021-01-25)

2.1.0 (2020-12-08)

  • Allow configuring logging directory through environment variables (#53)
  • Update the maintainers. (#55)
  • Contributors: Chris Lalancette, Christophe Bedard

2.0.1 (2020-07-21)

  • Remove unused pytest dependency. (#43)
  • Contributors: Chris Lalancette

2.0.0 (2020-06-18)

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

1.0.0 (2020-05-26)

  • warn about unused return value for set_logger_level (#38)
  • Added public API documentation for log4cxx and spdlog (#32)
  • Contributors: Alejandro Hern

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_log4cxx at Robotics Stack Exchange

rcl_logging_log4cxx package from rcl_logging repo

rcl_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

C API providing common interface to a shared library wrapping 3rd party loggers.

Additional Links

No additional links.

Maintainers

  • Amazon B9

Authors

  • Nick Burek
README
No README found. See repository README.
CHANGELOG

Changelog for package rcl_logging_log4cxx

1.1.0 (2021-04-14)

1.0.1 (2020-07-21)

  • Include rcutils/allocator.h in logging_interface.h (#47)
  • Contributors: Jose Luis Rivero

1.0.0 (2020-05-26)

  • warn about unused return value for set_logger_level (#38)
  • Added public API documentation for log4cxx and spdlog (#32)
  • Contributors: Alejandro Hern

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_log4cxx at Robotics Stack Exchange

No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.