Open
Description
For each log message and logger, Log::~Log()
calls Logger::GetMinSeverity()
:
Line 241 in d20f3d7
Which in turn calls Logger::StringToSeverity()
each time:
Line 88 in d20f3d7
Which in turn compares the string against all severities each time:
Lines 123 to 137 in d20f3d7
Instead, the severity string should be parsed once and then this value should be used.