Implement the DeleteAll interface

Implement the xyz.openbmc_project.Collection.DeleteAll
interface to delete all logging entries.

Change-Id: I007dd8408ebb4e30bf3d3a3c431d747248620aa4
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
5 files changed
tree: 4662147ee62e73327bfc30ca5a529feb430e29c2
  1. test/
  2. .clang-format
  3. .gitignore
  4. bootstrap.sh
  5. condense_policy.py
  6. configure.ac
  7. create_error_reports.py
  8. dbus.cpp
  9. dbus.hpp
  10. delete.hpp
  11. delete_all.hpp
  12. interfaces.hpp
  13. LICENSE
  14. main.cpp
  15. Makefile.am
  16. manager.cpp
  17. manager.hpp
  18. policy_find.cpp
  19. policy_find.hpp
  20. policy_table.cpp
  21. policy_table.hpp
  22. README.md
README.md

Provides IBM specific error logging functionality.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.