Changeset 4457 for trunk/psLib/src/sysUtils/psError.h
- Timestamp:
- Jul 5, 2005, 5:04:35 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psError.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psError.h
r4342 r4457 12 12 * @author Eric Van Alst, MHPCC 13 13 * 14 * @version $Revision: 1.2 4$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-0 6-22 02:05:41$14 * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-07-06 03:04:35 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 74 74 * @return psS32 The number of items on the error stack 75 75 */ 76 psS32psErrorGetStackSize();76 unsigned int psErrorGetStackSize(); 77 77 78 78 /** Prints error stack to specified open file descriptor … … 138 138 139 139 /** Reports an error message to the logging facility 140 * 140 * 141 141 * This function will invoke the psLogMsg function with a level of 142 142 * PS_LOG_ERROR and pass the parameters name and fmt to generate a proper 143 143 * log message. This function is used to check a specific code location. 144 * 144 * 145 145 * This function modifies the error stack. 146 146 * … … 158 158 159 159 /** Logs a warning message. 160 * 160 * 161 161 * This procedure logs a message to the destination set by a prior call to 162 * psLogSetDestination(). This is equivalent to calling psLogMsg with a level of 162 * psLogSetDestination(). This is equivalent to calling psLogMsg with a level of 163 163 * PS_LOG_WARN. This function is used to check a specific code location. 164 * 164 * 165 165 */ 166 166 void p_psWarning(
Note:
See TracChangeset
for help on using the changeset viewer.
