mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-15 09:31:44 +00:00
Some formatting
This commit is contained in:
committed by
Mohammad Al-Turany
parent
3d36ffeb40
commit
a5f3e95238
@@ -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;
|
||||
|
Reference in New Issue
Block a user