Changeset 1140 for trunk/psLib/test/sysUtils/tst_psLogMsg02.c
- Timestamp:
- Jun 29, 2004, 3:56:40 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psLogMsg02.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psLogMsg02.c
r1022 r1140 20 20 21 21 22 printf("------------- psLogSetFormat() -------------\n");22 fprintf(stderr,"------------- psLogSetFormat() -------------\n"); 23 23 psLogSetFormat(""); 24 for (i=0;i<10;i++) { 25 psLogMsg(__func__, i, "Hello World! My level is %d\n", i); 26 } 27 28 printf("------------- psLogSetFormat(NULL) -------------\n"); 29 psLogSetFormat(NULL); 24 30 for (i=0;i<10;i++) { 25 31 psLogMsg(__func__, i, "Hello World! My level is %d\n", i);
Note:
See TracChangeset
for help on using the changeset viewer.
