Create a map to get the priority level for the error

Delete unused elog-lookup-template.mako.cpp file and update the
one in the tools directory.

Example of generated code for reference:
std::map<std::string,level> g_errLevelMap = {
         {"TestErrorOne",level::INFO},
         {"TestErrorTwo",level::ERR},
};

Change-Id: I5dcf47cb4827f80aa7a04bbe2beb181e28d7dafc
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2 files changed