Changeset 963 for trunk/psLib/test/sysUtils/tst_psLogMsg01.c
- Timestamp:
- Jun 9, 2004, 2:09:26 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psLogMsg01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psLogMsg01.c
r852 r963 17 17 printPositiveTestHeader(stdout, 18 18 "psLogMsg functions", 19 "ps SetLogLevel()");19 "psLogSetLevel()"); 20 20 21 ps SetLogLevel(9);21 psLogSetLevel(9); 22 22 // Send a log messages for levels 0:9. 23 23 for (i=0;i<10;i++) { … … 25 25 } 26 26 27 ps SetLogLevel(5);27 psLogSetLevel(5); 28 28 psLogMsg(__func__, 6, "This should not be displayed (level %d)\n", 6); 29 ps SetLogLevel(4);29 psLogSetLevel(4); 30 30 psLogMsg(__func__, 4, "This should be displayed (level %d)\n", 4); 31 31 32 32 printFooter(stdout, 33 33 "psLogMsg functions", 34 "ps SetLogLevel()",34 "psLogSetLevel()", 35 35 testStatus); 36 36
Note:
See TracChangeset
for help on using the changeset viewer.
