IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 6, 2005, 2:15:51 PM (21 years ago)
Author:
drobbin
Message:

Updated/changed psTrace & psLog fxns to use fd (were FILE*) as described in SDRS

File:
1 edited

Legend:

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

    r4944 r4951  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-09-02 21:32:06 $
     11 *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-09-07 00:15:48 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6464    const char *facil,                 ///< facilty of interest
    6565    int level,                         ///< desired trace level
     66    const char *format,                ///< printf-style format command
    6667    ...                                ///< trace message arguments
    6768);
     
    7273    const char *facil,                 ///< facilty of interest
    7374    psS32 myLevel,                     ///< desired trace level
     75    const char *format,                ///< printf-style format command
    7476    ...                                ///< trace message arguments
    7577);
     
    8385/** Set trace level
    8486 *
    85  *  @return psBool:       True if successful, otherwise false
     87 *  @return int:       The previous level.
    8688 */
    87 psBool psTraceSetLevel(
     89int psTraceSetLevel(
    8890    const char *facil,                 ///< facilty of interest
    8991    int level                          ///< desired trace level
Note: See TracChangeset for help on using the changeset viewer.