IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Renamed psLog messages, commented the psHash code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/psLogMsg.c

    r889 r964  
    3939static int log_msg = 1;                 // Flag to include message info
    4040/*****************************************************************************
    41 psSetLogLevel(): Set the current log level and return old level.
     41psLogSetLevel(): Set the current log level and return old level.
    4242Input:
    4343 level (int): the new log level.
     
    4747 The old log level.
    4848 *****************************************************************************/
    49 int psSetLogLevel(int level)
     49int psLogSetLevel(int level)
    5050{
    5151    int oldLevel = logLevel;
     
    6363
    6464/*****************************************************************************
    65 psSetLogDestination(): sets the destination where log messages will be
     65psLogSetDestination(): sets the destination where log messages will be
    6666sent to.
    6767 
     
    7373 An integer specifying the old log destination.
    7474 *****************************************************************************/
    75 int psSetLogDestination(int dest)
     75int psLogSetDestination(int dest)
    7676{
    7777    int old = logDest;
     
    9595
    9696/*****************************************************************************
    97 psSetLogFormat(): Set the format of psLogMsg output.  More precisely,
     97psLogSetFormat(): Set the format of psLogMsg output.  More precisely,
    9898    provide a string consisting of the letters {H (host), L (level), M
    9999    (message), N (name), T (time)}.  The default is "HLMNT".  This string
     
    109109    NULL.
    110110 *****************************************************************************/
    111 void psSetLogFormat(const char *fmt)
     111void psLogSetFormat(const char *fmt)
    112112{
    113113    int nlog_time = 0;
Note: See TracChangeset for help on using the changeset viewer.