No version for distro humble showing galactic. Known supported distros are highlighted in the buttons above.
Package symbol

rcl_logging_log4cxx package from rcl_logging repo

rcl_logging_interface rcl_logging_log4cxx rcl_logging_noop rcl_logging_spdlog

ROS Distro
galactic

Package Summary

Tags No category tags.
Version 2.1.5
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description Logging implementations for ROS 2.
Checkout URI https://github.com/ros2/rcl_logging.git
VCS Type git
VCS Version galactic
Last Updated 2022-12-03
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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ández Cordero, Dirk Thomas

0.4.0 (2020-04-24)

  • Fix CMake warnings about using uninitialized variables (#30)
  • Code style only: wrap after open parenthesis if not in one line (#24)
  • Contributors: Dirk Thomas

0.3.3 (2019-10-23)

0.3.2 (2019-10-07)

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

0.3.1 (2019-10-03)

0.3.0 (2019-09-26)

  • fix package.xml schema violations (#15)
  • Contributors: Mikael Arguedas

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ök, burekn

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

File truncated at 100 lines see the full file

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 jazzy showing galactic. Known supported distros are highlighted in the buttons above.
Package symbol

rcl_logging_log4cxx package from rcl_logging repo

rcl_logging_interface rcl_logging_log4cxx rcl_logging_noop rcl_logging_spdlog

ROS Distro
galactic

Package Summary

Tags No category tags.
Version 2.1.5
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description Logging implementations for ROS 2.
Checkout URI https://github.com/ros2/rcl_logging.git
VCS Type git
VCS Version galactic
Last Updated 2022-12-03
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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ández Cordero, Dirk Thomas

0.4.0 (2020-04-24)

  • Fix CMake warnings about using uninitialized variables (#30)
  • Code style only: wrap after open parenthesis if not in one line (#24)
  • Contributors: Dirk Thomas

0.3.3 (2019-10-23)

0.3.2 (2019-10-07)

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

0.3.1 (2019-10-03)

0.3.0 (2019-09-26)

  • fix package.xml schema violations (#15)
  • Contributors: Mikael Arguedas

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ök, burekn

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

File truncated at 100 lines see the full file

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 kilted showing galactic. Known supported distros are highlighted in the buttons above.
Package symbol

rcl_logging_log4cxx package from rcl_logging repo

rcl_logging_interface rcl_logging_log4cxx rcl_logging_noop rcl_logging_spdlog

ROS Distro
galactic

Package Summary

Tags No category tags.
Version 2.1.5
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description Logging implementations for ROS 2.
Checkout URI https://github.com/ros2/rcl_logging.git
VCS Type git
VCS Version galactic
Last Updated 2022-12-03
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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ández Cordero, Dirk Thomas

0.4.0 (2020-04-24)

  • Fix CMake warnings about using uninitialized variables (#30)
  • Code style only: wrap after open parenthesis if not in one line (#24)
  • Contributors: Dirk Thomas

0.3.3 (2019-10-23)

0.3.2 (2019-10-07)

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

0.3.1 (2019-10-03)

0.3.0 (2019-09-26)

  • fix package.xml schema violations (#15)
  • Contributors: Mikael Arguedas

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ök, burekn

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

File truncated at 100 lines see the full file

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 rolling showing galactic. Known supported distros are highlighted in the buttons above.
Package symbol

rcl_logging_log4cxx package from rcl_logging repo

rcl_logging_interface rcl_logging_log4cxx rcl_logging_noop rcl_logging_spdlog

ROS Distro
galactic

Package Summary

Tags No category tags.
Version 2.1.5
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description Logging implementations for ROS 2.
Checkout URI https://github.com/ros2/rcl_logging.git
VCS Type git
VCS Version galactic
Last Updated 2022-12-03
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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ández Cordero, Dirk Thomas

0.4.0 (2020-04-24)

  • Fix CMake warnings about using uninitialized variables (#30)
  • Code style only: wrap after open parenthesis if not in one line (#24)
  • Contributors: Dirk Thomas

0.3.3 (2019-10-23)

0.3.2 (2019-10-07)

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

0.3.1 (2019-10-03)

0.3.0 (2019-09-26)

  • fix package.xml schema violations (#15)
  • Contributors: Mikael Arguedas

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ök, burekn

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

File truncated at 100 lines see the full file

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 github showing galactic. Known supported distros are highlighted in the buttons above.
Package symbol

rcl_logging_log4cxx package from rcl_logging repo

rcl_logging_interface rcl_logging_log4cxx rcl_logging_noop rcl_logging_spdlog

ROS Distro
galactic

Package Summary

Tags No category tags.
Version 2.1.5
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description Logging implementations for ROS 2.
Checkout URI https://github.com/ros2/rcl_logging.git
VCS Type git
VCS Version galactic
Last Updated 2022-12-03
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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ández Cordero, Dirk Thomas

0.4.0 (2020-04-24)

  • Fix CMake warnings about using uninitialized variables (#30)
  • Code style only: wrap after open parenthesis if not in one line (#24)
  • Contributors: Dirk Thomas

0.3.3 (2019-10-23)

0.3.2 (2019-10-07)

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

0.3.1 (2019-10-03)

0.3.0 (2019-09-26)

  • fix package.xml schema violations (#15)
  • Contributors: Mikael Arguedas

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ök, burekn

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

File truncated at 100 lines see the full file

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 symbol

rcl_logging_log4cxx package from rcl_logging repo

rcl_logging_interface rcl_logging_log4cxx rcl_logging_noop rcl_logging_spdlog

ROS Distro
galactic

Package Summary

Tags No category tags.
Version 2.1.5
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description Logging implementations for ROS 2.
Checkout URI https://github.com/ros2/rcl_logging.git
VCS Type git
VCS Version galactic
Last Updated 2022-12-03
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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ández Cordero, Dirk Thomas

0.4.0 (2020-04-24)

  • Fix CMake warnings about using uninitialized variables (#30)
  • Code style only: wrap after open parenthesis if not in one line (#24)
  • Contributors: Dirk Thomas

0.3.3 (2019-10-23)

0.3.2 (2019-10-07)

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

0.3.1 (2019-10-03)

0.3.0 (2019-09-26)

  • fix package.xml schema violations (#15)
  • Contributors: Mikael Arguedas

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ök, burekn

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

File truncated at 100 lines see the full file

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 iron showing galactic. Known supported distros are highlighted in the buttons above.
Package symbol

rcl_logging_log4cxx package from rcl_logging repo

rcl_logging_interface rcl_logging_log4cxx rcl_logging_noop rcl_logging_spdlog

ROS Distro
galactic

Package Summary

Tags No category tags.
Version 2.1.5
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description Logging implementations for ROS 2.
Checkout URI https://github.com/ros2/rcl_logging.git
VCS Type git
VCS Version galactic
Last Updated 2022-12-03
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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ández Cordero, Dirk Thomas

0.4.0 (2020-04-24)

  • Fix CMake warnings about using uninitialized variables (#30)
  • Code style only: wrap after open parenthesis if not in one line (#24)
  • Contributors: Dirk Thomas

0.3.3 (2019-10-23)

0.3.2 (2019-10-07)

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

0.3.1 (2019-10-03)

0.3.0 (2019-09-26)

  • fix package.xml schema violations (#15)
  • Contributors: Mikael Arguedas

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ök, burekn

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

File truncated at 100 lines see the full file

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 melodic showing galactic. Known supported distros are highlighted in the buttons above.
Package symbol

rcl_logging_log4cxx package from rcl_logging repo

rcl_logging_interface rcl_logging_log4cxx rcl_logging_noop rcl_logging_spdlog

ROS Distro
galactic

Package Summary

Tags No category tags.
Version 2.1.5
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description Logging implementations for ROS 2.
Checkout URI https://github.com/ros2/rcl_logging.git
VCS Type git
VCS Version galactic
Last Updated 2022-12-03
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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ández Cordero, Dirk Thomas

0.4.0 (2020-04-24)

  • Fix CMake warnings about using uninitialized variables (#30)
  • Code style only: wrap after open parenthesis if not in one line (#24)
  • Contributors: Dirk Thomas

0.3.3 (2019-10-23)

0.3.2 (2019-10-07)

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

0.3.1 (2019-10-03)

0.3.0 (2019-09-26)

  • fix package.xml schema violations (#15)
  • Contributors: Mikael Arguedas

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ök, burekn

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

File truncated at 100 lines see the full file

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 noetic showing galactic. Known supported distros are highlighted in the buttons above.
Package symbol

rcl_logging_log4cxx package from rcl_logging repo

rcl_logging_interface rcl_logging_log4cxx rcl_logging_noop rcl_logging_spdlog

ROS Distro
galactic

Package Summary

Tags No category tags.
Version 2.1.5
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description Logging implementations for ROS 2.
Checkout URI https://github.com/ros2/rcl_logging.git
VCS Type git
VCS Version galactic
Last Updated 2022-12-03
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

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ández Cordero, Dirk Thomas

0.4.0 (2020-04-24)

  • Fix CMake warnings about using uninitialized variables (#30)
  • Code style only: wrap after open parenthesis if not in one line (#24)
  • Contributors: Dirk Thomas

0.3.3 (2019-10-23)

0.3.2 (2019-10-07)

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

0.3.1 (2019-10-03)

0.3.0 (2019-09-26)

  • fix package.xml schema violations (#15)
  • Contributors: Mikael Arguedas

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ök, burekn

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

File truncated at 100 lines see the full file

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