## 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 #include #include "log.hpp" namespace phosphor { namespace logging { std::map> g_errMetaMap = { % for a in errors: <% meta_string = '\",\"'.join(meta[a]) %> \ {"${a}",{"${meta_string}"}}, % endfor }; std::map g_errLevelMap = { % for a in errors: <% meta_string = '\",\"'.join(meta[a]) %> \ {"${a}",level::${error_lvl[a]}}, % endfor }; } // namespace logging } // namespace phosphor