mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-15 09:31:44 +00:00
Implement LOGN for all sinks
This commit is contained in:
committed by
Mohammad Al-Turany
parent
dcc27744cd
commit
d9ac93552e
@@ -354,9 +354,10 @@ Logger::~Logger() noexcept(false)
|
||||
}
|
||||
}
|
||||
|
||||
void Logger::PrintEmptyLine()
|
||||
void Logger::LogEmptyLine()
|
||||
{
|
||||
cout << "\n" << flush;
|
||||
// do nothing, line break is added by the destructor
|
||||
// this call just to prevent any output to be added to the logger object
|
||||
}
|
||||
|
||||
void Logger::SetConsoleSeverity(const Severity severity)
|
||||
|
Reference in New Issue
Block a user