Skip to content

Commit b223188

Browse files
committed
added example for verbose output
1 parent a040819 commit b223188

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/testInfoLogger.cxx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ using namespace AliceO2::InfoLogger;
2323

2424
int main()
2525
{
26+
if (0) {
27+
InfoLogger theLog("verbose=1");
28+
theLog.log("infoLogger message test");
29+
sleep(1);
30+
return 0;
31+
}
32+
2633
InfoLogger theLog;
2734

2835
if (0) {

0 commit comments

Comments
 (0)