mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-13 00:31:12 +00:00
Avoid "Unknown severity" message for fatal
This commit is contained in:
parent
953eac19c8
commit
01939ed19d
|
@ -66,6 +66,7 @@ const unordered_map<string, Severity> Logger::fSeverityMap =
|
||||||
{
|
{
|
||||||
{ "nolog", Severity::nolog },
|
{ "nolog", Severity::nolog },
|
||||||
{ "NOLOG", Severity::nolog },
|
{ "NOLOG", Severity::nolog },
|
||||||
|
{ "fatal", Severity::fatal },
|
||||||
{ "error", Severity::error },
|
{ "error", Severity::error },
|
||||||
{ "ERROR", Severity::error },
|
{ "ERROR", Severity::error },
|
||||||
{ "alarm", Severity::alarm },
|
{ "alarm", Severity::alarm },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user