mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-16 10:01:44 +00:00
Avoid "Unknown severity" message also for uppercase fatal
This commit is contained in:
committed by
GitHub
parent
01939ed19d
commit
cd33a853b7
@@ -67,6 +67,7 @@ const unordered_map<string, Severity> Logger::fSeverityMap =
|
|||||||
{ "nolog", Severity::nolog },
|
{ "nolog", Severity::nolog },
|
||||||
{ "NOLOG", Severity::nolog },
|
{ "NOLOG", Severity::nolog },
|
||||||
{ "fatal", Severity::fatal },
|
{ "fatal", Severity::fatal },
|
||||||
|
{ "FATAL", Severity::fatal },
|
||||||
{ "error", Severity::error },
|
{ "error", Severity::error },
|
||||||
{ "ERROR", Severity::error },
|
{ "ERROR", Severity::error },
|
||||||
{ "alarm", Severity::alarm },
|
{ "alarm", Severity::alarm },
|
||||||
|
Reference in New Issue
Block a user