IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2004, 3:17:21 PM (22 years ago)
Author:
desonia
Message:

Renamed psVLogMsg to psLobMsgV

File:
1 edited

Legend:

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

    r1013 r1138  
    1111 *  @author George Gusciora, MHPCC
    1212 *
    13  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-06-12 05:50:01 $
     13 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-06-30 01:17:20 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6363/// This procedure is functionally equivalent to psLogMsg(), except that
    6464/// it takes a va_list as the message parameter, not a printf-style string.
    65 void psVLogMsg(const char *name, ///< name of the log source
     65void psLogMsgV(const char *name, ///< name of the log source
    6666               int myLevel,      ///< severity level of this log message
    6767               const char *fmt,  ///< printf-style format command
Note: See TracChangeset for help on using the changeset viewer.