Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging interface #41

Merged
merged 6 commits into from
Jun 9, 2020
Merged

Logging interface #41

merged 6 commits into from
Jun 9, 2020

Commits on Jun 8, 2020

  1. Add in a new rcl_logging_interface package.

    This has just the header files that the implementations need
    to provide, and that the callers can call.
    
    Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
    clalancette committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    469d6cf View commit details
    Browse the repository at this point in the history
  2. Use rcl_logging_interface for noop backend.

    Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
    clalancette committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    495a25e View commit details
    Browse the repository at this point in the history
  3. Switch log4cxx to use rcl_logging_interface.

    Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
    clalancette committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    dc1a093 View commit details
    Browse the repository at this point in the history
  4. Switch spdlog backend to use rcl_logging_interface.

    Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
    clalancette committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    1a271c9 View commit details
    Browse the repository at this point in the history
  5. Feedback from review.

    Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
    clalancette committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    04ebe64 View commit details
    Browse the repository at this point in the history
  6. More fixes from review.

    Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
    clalancette committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    655ee72 View commit details
    Browse the repository at this point in the history