1 #include <cstdio>
2 #include "elog_entry.hpp"
3 
4 namespace phosphor
5 {
6 namespace logging
7 {
8 
9 // TODO Add interfaces to handle the error log id numbering
10 
11 } // namespace logging
12 } // namepsace phosphor
13