Changeset 4951 for trunk/psLib/src/sys/psTrace.h
- Timestamp:
- Sep 6, 2005, 2:15:51 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psTrace.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.h
r4944 r4951 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.3 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-09-0 2 21:32:06$11 * @version $Revision: 1.37 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-09-07 00:15:48 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 64 64 const char *facil, ///< facilty of interest 65 65 int level, ///< desired trace level 66 const char *format, ///< printf-style format command 66 67 ... ///< trace message arguments 67 68 ); … … 72 73 const char *facil, ///< facilty of interest 73 74 psS32 myLevel, ///< desired trace level 75 const char *format, ///< printf-style format command 74 76 ... ///< trace message arguments 75 77 ); … … 83 85 /** Set trace level 84 86 * 85 * @return psBool: True if successful, otherwise false87 * @return int: The previous level. 86 88 */ 87 psBoolpsTraceSetLevel(89 int psTraceSetLevel( 88 90 const char *facil, ///< facilty of interest 89 91 int level ///< desired trace level
Note:
See TracChangeset
for help on using the changeset viewer.
