Some formatting

This commit is contained in:
Alexey Rybalchenko
2019-08-21 12:14:44 +02:00
committed by Mohammad Al-Turany
parent 3d36ffeb40
commit a5f3e95238
3 changed files with 48 additions and 64 deletions

View File

@@ -134,8 +134,8 @@ int main()
cout << "cout: is logging fatal: " << fair::Logger::Logging(Severity::fatal) << endl;
cout << "cout: is logging nolog: " << fair::Logger::Logging(Severity::nolog) << endl;
for (int i = 0; i < 1000000; ++i) {
silentlyPrintAllVerbositiesWithSeverity(Severity::nolog);
for (int i = 0; i < 100000; ++i) {
silentlyPrintAllVerbositiesWithSeverity(Severity::trace);
}
cout << endl;
cout << "cout: setting severity to 'trace' and verbosity to 'veryhigh'" << endl;