Changeset 707 for trunk/archive/pslib/src/Utils/tst_logmsg.c
- Timestamp:
- May 17, 2004, 7:53:16 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/src/Utils/tst_logmsg.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/src/Utils/tst_logmsg.c
r267 r707 4 4 int main(void) 5 5 { 6 ps SetTraceLevel("utils.logMsg", 1);6 psTraceSetLevel("utils.logMsg", 1); 7 7 8 ps SetLogDestination(PS_LOG_TO_STDERR);9 ps SetLogLevel(PS_LOG_INFO);10 ps SetLogFormat("NM");8 psLogSetDestination(PS_LOG_TO_STDERR); 9 psLogSetLevel(PS_LOG_INFO); 10 psLogSetFormat("NM"); 11 11 12 12 psLogMsg("init", PS_LOG_INFO, "Hello World\n");
Note:
See TracChangeset
for help on using the changeset viewer.
