IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 17, 2004, 7:53:16 AM (22 years ago)
Author:
rhl
Message:

Updated to match APIs in include/*.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/src/Utils/tst_trace.c

    r566 r707  
    2121int main(void)
    2222{
    23     psSetLogFormat("NM");               // suppress some of the psLogMsg verbosity
     23    psLogSetFormat("NM");               // suppress some of the psLogMsg verbosity
    2424
    2525    (void)psMemAllocateCBSet(my_MemAllocateCB);
     
    2929   
    3030#if 0
    31     psSetTraceLevel("", 10);
     31    psTraceSetLevel("", 10);
    3232#else
    33     psSetTraceLevel("utils.dlist.add.head", 9);
    34     psSetTraceLevel("utils.dlist.add", 3);
    35     psSetTraceLevel("utils.dlist.remove", 4);
    36     psSetTraceLevel("coadd", 2);
    37     psSetTraceLevel("coadd.CR.remove.morphology", 5);
    38     psSetTraceLevel("utils.hash", 2);
    39     psSetTraceLevel("utils.dlist.add", 9);
    40     psSetTraceLevel("utils", 1);
     33    psTraceSetLevel("utils.dlist.add.head", 9);
     34    psTraceSetLevel("utils.dlist.add", 3);
     35    psTraceSetLevel("utils.dlist.remove", 4);
     36    psTraceSetLevel("coadd", 2);
     37    psTraceSetLevel("coadd.CR.remove.morphology", 5);
     38    psTraceSetLevel("utils.hash", 2);
     39    psTraceSetLevel("utils.dlist.add", 9);
     40    psTraceSetLevel("utils", 1);
    4141#endif
    4242   
    43     psPrintTraceLevels();
     43    psTracePrintLevels();
    4444    printf("\n");
    4545
Note: See TracChangeset for help on using the changeset viewer.