mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-20 03:51:46 +00:00
Move Logging() to header
This commit is contained in:
@@ -440,13 +440,6 @@ void Logger::UpdateMinSeverity()
|
||||
}
|
||||
}
|
||||
|
||||
bool Logger::Logging(Severity severity)
|
||||
{
|
||||
return (severity >= fMinSeverity &&
|
||||
fMinSeverity > Severity::nolog) ||
|
||||
severity == Severity::fatal;
|
||||
}
|
||||
|
||||
bool Logger::Logging(const string& severityStr)
|
||||
{
|
||||
if (fSeverityMap.count(severityStr)) {
|
||||
|
Reference in New Issue
Block a user