IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2005, 12:42:30 PM (21 years ago)
Author:
drobbin
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psLogMsg.h

    r4316 r4321  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-06-18 03:13:02 $
     13 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-06-20 22:42:30 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4444 *  @return psS32    old logging level
    4545 */
    46 psS32 psLogSetLevel(
    47     psS32 level                          ///< Specifies the system log level
     46int psLogSetLevel(
     47    int level                          ///< Specifies the system log level
    4848);
    4949
     
    7979void psLogMsgV(
    8080    const char *name,                  ///< name of the log source
    81     psS32 myLevel,                       ///< severity level of this log message
    82     const char *fmt,                   ///< printf-style format command
     81    int level,                         ///< severity level of this log message
     82    const char *format,                ///< printf-style format command
    8383    va_list ap                         ///< varargs argument list
    8484);
Note: See TracChangeset for help on using the changeset viewer.