Changeset 3541 for trunk/psLib/test/sysUtils/tst_psTrace.c
- Timestamp:
- Mar 29, 2005, 11:31:54 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/tst_psTrace.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psTrace.c
r2204 r3541 98 98 psTraceSetDestination(stderr); 99 99 (void)psTraceSetLevel(".A.B.C.D.E", 5); 100 101 psTrace(".A.C.D.C",1,"You should not see this.\n"); 102 psTrace(".A.B.C.D.E",2,"You should see this.\n"); 103 psTrace(".A.B.C.D.E.F",3,"You should see this too.\n"); 100 104 101 105 psTracePrintLevels();
Note:
See TracChangeset
for help on using the changeset viewer.
