Always define FAIR_MIN_SEVERITY

This commit is contained in:
Alexey Rybalchenko
2020-07-17 11:09:23 +02:00
parent b30cacab12
commit 4b3e6d3837
4 changed files with 46 additions and 74 deletions

View File

@@ -115,7 +115,6 @@ int main()
if (!Logger::Logging(Severity::error)) { cout << "Logger expected to log error, but it reports not to" << endl; return 1; }
if (!Logger::Logging(Severity::fatal)) { cout << "Logger expected to log fatal, but it reports not to" << endl; return 1; }
cout << "##### removing custom sink with error severity" << endl;
bool caught = false;