Changeset 4409 for trunk/psLib/src/sys/psTrace.h
- Timestamp:
- Jun 28, 2005, 10:17:52 AM (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
r4330 r4409 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.3 3$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-06-2 1 03:01:37$11 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-06-28 20:17:52 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 60 60 61 61 #ifdef DOXYGEN 62 void psTrace(const char *facil, ///< facilty of interest 63 psS32 myLevel, ///< desired trace level 64 ...) ///< trace message arguments 65 ; 62 void psTrace( 63 const char *facil, ///< facilty of interest 64 int level, ///< desired trace level 65 ... ///< trace message arguments 66 ); 67 66 68 #else 67 69 /// Send a trace message 68 void p_psTrace(const char *facil, ///< facilty of interest 69 psS32 myLevel, ///< desired trace level 70 ...) ///< trace message arguments 71 ; 70 void p_psTrace( 71 const char *facil, ///< facilty of interest 72 psS32 myLevel, ///< desired trace level 73 ... ///< trace message arguments 74 ); 72 75 73 76 #ifndef SWIG … … 78 81 79 82 /// Set trace level 80 psBool psTraceSetLevel(const char *facil, ///< facilty of interest 81 psS32 level) ///< desired trace level 82 ; 83 psBool psTraceSetLevel( 84 const char *facil, ///< facilty of interest 85 int level ///< desired trace level 86 ); 83 87 84 88 /// Get the trace level … … 94 98 95 99 /// Set the destination of future trace messages. 96 void psTraceSetDestination(FILE * fp); 100 void psTraceSetDestination( 101 FILE * fp ///< 102 ); 97 103 98 104 /// Get the current destination for trace messages.
Note:
See TracChangeset
for help on using the changeset viewer.
