blob: d86905616283bed94e44098a1e76fd35e1450b1c [file] [log] [blame]
Adriana Kobylak88d7cf82017-01-24 12:30:15 -06001#include <cstdio>
2#include "elog_entry.hpp"
3
4namespace phosphor
5{
6namespace logging
7{
8
9Entry::Entry(sdbusplus::bus::bus& bus, const char* obj) :
10 details::ServerObject<details::EntryIface>(bus, obj)
11{
12 // TODO Add logic to populate error log dbus objects that exist on flash
13}
14
15// TODO Add interfaces to handle the error log id numbering
16
17} // namespace logging
18} // namepsace phosphor