IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 14, 2004, 10:01:52 AM (22 years ago)
Author:
desonia
Message:

Updated files in src/collections to use new psError functionality. Also
cleaned up the code where needed, removing unnecessary error conditions,
etc.

File:
1 edited

Legend:

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

    r1798 r1807  
    1111 *  @author George Gusciora, MHPCC
    1212 *
    13  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-09-11 03:03:36 $
     13 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-09-14 20:01:52 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    9999};
    100100
     101/** Logs a warning message.
     102 *
     103 *  This procedure logs a message to the destination set by a prior
     104 *  call to psLogSetDestination(), This is equivalent to calling
     105 *  psLogMsg with a level of PS_LOG_WARN.
     106 *
     107 */
     108void psWarning(
     109    const char* name,
     110    const char* fmt,
     111    ...
     112);
     113
    101114/// @}
    102115
Note: See TracChangeset for help on using the changeset viewer.