Create objects for existing logs on startup

Use getManagedObjects to find the existing error log
entries, and grab their Logging.Entry property map
to pass to the create function.

Change-Id: I798f13422483fdeea16a5acf54d31919f1c7c096
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
3 files changed
tree: cc0f2c365dabfe3c495c71c090c8e4426cf83991
  1. .gitignore
  2. bootstrap.sh
  3. configure.ac
  4. dbus.cpp
  5. dbus.hpp
  6. interfaces.hpp
  7. LICENSE
  8. main.cpp
  9. Makefile.am
  10. manager.cpp
  11. manager.hpp
  12. 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`.