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