mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-15 17:41:44 +00:00
Implement LOGN for all sinks
This commit is contained in:
committed by
Mohammad Al-Turany
parent
dcc27744cd
commit
d9ac93552e
@@ -203,10 +203,11 @@ int main()
|
||||
|
||||
LOGV(info, verylow) << "I should be printed with very low verbosity";
|
||||
|
||||
LOGN();
|
||||
LOGN();
|
||||
LOGN();
|
||||
LOGN();
|
||||
cout << "cout: pushing 4 new lines with LOGN() in info verbosity" << endl;
|
||||
LOGN(info);
|
||||
LOGN(info);
|
||||
LOGN(info);
|
||||
LOGN(info);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user