| commit | f542ba8271617afa73117a6a194572719760d734 | [log] [tgz] |
|---|---|---|
| author | Adriana Kobylak <anoo@us.ibm.com> | Tue Jan 24 12:34:23 2017 -0600 |
| committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Jan 30 12:57:25 2017 -0600 |
| tree | f4c0222547f162f00102e0322f84ed2b725078e4 | |
| parent | df995faf2588743c187066b505e95e9f56f6f5ae [diff] |
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>