Changeset 12f57b for molecuilder/src/unittests/logunittest.cpp
- Timestamp:
- Mar 18, 2010, 11:33:54 AM (16 years ago)
- Children:
- 6acc8e4
- Parents:
- f87c2a
- git-author:
- Frederik Heber <heber@…> (03/18/10 10:26:55)
- git-committer:
- Frederik Heber <heber@…> (03/18/10 11:33:54)
- File:
-
- 1 edited
-
molecuilder/src/unittests/logunittest.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/logunittest.cpp
rf87c2a r12f57b 43 43 44 44 Log() << Verbose(0) << "Output a log message." << endl; 45 eLog() << Verbose(0) << "Output an error message." << endl;45 DoeLog(0) && (eLog()<< Verbose(0) << "Output an error message." << endl); 46 46 setVerbosity(3); 47 47 Log() << Verbose(4) << "This should not be printed." << endl; 48 eLog() << Verbose(4) << "This should not be printed." << endl;48 DoeLog(4) && (eLog()<< Verbose(4) << "This should not be printed." << endl); 49 49 }; 50 50
Note:
See TracChangeset
for help on using the changeset viewer.
