IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2006, 1:01:10 PM (20 years ago)
Author:
drobbin
Message:

Edited psMessageDestination to correctly set logFD. Updated tests - removed dest from "dest:stdout". (Code no longer requires "dest")

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sys/verified/tst_psLogMsg.stdout

    r5072 r7587  
     1<DATE><TIME>|<HOST>|A|testLogMsg05
     2    Hello World!  My level is 0
    13--------------- psLogSetDestination(PS_LOG_NONE) ----------------
    24    File Descriptor = 0
     
    57------------- psLogSetDestination(PS_LOG_TO_STDOUT) -------------
    68    File Descriptor = 1
    7 <DATE><TIME>|<HOST>|A|testLogMsg05
    8     Hello World!  My level is 0
    99<DATE><TIME>|<HOST>|E|testLogMsg05
    1010    Hello World!  My level is 1
     
    2424<DATE><TIME>|<HOST>|I|testLogMsg05
    2525    Hello World!  My level is 3
    26 --------------- psLogSetDestination(file:/eva/log.txt) ----------
     26--------------- psLogSetDestination(file:eva/log.txt) ----------
     27<DATE><TIME>|<HOST>|A|testLogMsg06
     28    Hello World!  My level is 0 - stdout
    2729--------------- psMessageDestination(PS_LOG_NONE) ----------------
    2830------------- psMessageDestination(PS_LOG_TO_STDERR) -------------
    2931------------- psMessageDestination(PS_LOG_TO_STDOUT) -------------
    30 <DATE><TIME>|<HOST>|A|testLogMsg06
    31     Hello World!  My level is 0
    3232<DATE><TIME>|<HOST>|E|testLogMsg06
    33     Hello World!  My level is 1
     33    Hello World!  My level is 1 - stdout
    3434<DATE><TIME>|<HOST>|W|testLogMsg06
    35     Hello World!  My level is 2
     35    Hello World!  My level is 2 - stdout
    3636<DATE><TIME>|<HOST>|I|testLogMsg06
    37     Hello World!  My level is 3
     37    Hello World!  My level is 3 - stdout
    3838--------------- psMessageDestination(file:log2.txt) ---------------
    3939--------------------- The Contents of log2.txt -------------------
     
    4646<DATE><TIME>|<HOST>|I|testLogMsg06
    4747    Hello World!  My level is 3
    48 --------------- psMessageDestination(file:/eva/log.txt) ----------
     48--------------- psMessageDestination(file:eva/log.txt) ----------
Note: See TracChangeset for help on using the changeset viewer.