IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2004, 2:09:26 PM (22 years ago)
Author:
gusciora
Message:

renamed the log functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psLogMsg01.c

    r852 r963  
    1717    printPositiveTestHeader(stdout,
    1818                            "psLogMsg functions",
    19                             "psSetLogLevel()");
     19                            "psLogSetLevel()");
    2020
    21     psSetLogLevel(9);
     21    psLogSetLevel(9);
    2222    // Send a log messages for levels 0:9.
    2323    for (i=0;i<10;i++) {
     
    2525    }
    2626
    27     psSetLogLevel(5);
     27    psLogSetLevel(5);
    2828    psLogMsg(__func__, 6, "This should not be displayed (level %d)\n", 6);
    29     psSetLogLevel(4);
     29    psLogSetLevel(4);
    3030    psLogMsg(__func__, 4, "This should  be displayed (level %d)\n", 4);
    3131
    3232    printFooter(stdout,
    3333                "psLogMsg functions",
    34                 "psSetLogLevel()",
     34                "psLogSetLevel()",
    3535                testStatus);
    3636
Note: See TracChangeset for help on using the changeset viewer.