blob: e53067ac4d24b3c89cf2ea92883130679d85e57a [file] [log] [blame]
## Note that this file is not auto generated, it is what generates the
## elog-lookup.cpp file
// This file was autogenerated. Do not edit!
// See elog-gen.py for more details
#include <map>
#include <vector>
namespace phosphor
{
namespace logging
{
std::map<std::string,std::vector<std::string>> g_errMetaMap = {
% for a in errors:
<% meta_string = '\",\"'.join(meta[a]) %> \
{"${a}",{"${meta_string}"}},
% endfor
};
} // namespace logging
} // namespace phosphor