Changeset 832 for trunk/psLib/test/sysUtils/tst_psLogMsg03.c
- Timestamp:
- Jun 2, 2004, 1:34:15 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psLogMsg03.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psLogMsg03.c
r584 r832 32 32 33 33 printf("------------- psSetLogDestination(PS_LOG_TO_STDOUT) -------------\n"); 34 psSetLogDestination(PS_LOG_TO_STD ERR);34 psSetLogDestination(PS_LOG_TO_STDOUT); 35 35 for (i=0;i<10;i++) { 36 36 psLogMsg(__func__, i, "Hello World! My level is %d\n", i);
Note:
See TracChangeset
for help on using the changeset viewer.
