Changeset 3145 for trunk/psLib/src/sys/psTrace.h
- Timestamp:
- Feb 7, 2005, 1:26:25 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psTrace.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.h
r2426 r3145 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.2 8$ $Name: not supported by cvs2svn $12 * @date $Date: 200 4-11-24 20:12:28$11 * @version $Revision: 1.29 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-02-07 23:26:24 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 58 58 p_psComponent; 59 59 60 #ifndef DOXYGEN 60 #ifdef DOXYGEN 61 void psTrace(const char *facil, ///< facilty of interest 62 psS32 myLevel, ///< desired trace level 63 ...) ///< trace message arguments 64 ; 65 #else 61 66 /// Send a trace message 62 void p_psTrace(const char *facil, ///< facilty of interest63 psS32 myLevel, ///< desired trace level64 ...) ///< trace message arguments67 void p_psTrace(const char *facil, ///< facilty of interest 68 psS32 myLevel, ///< desired trace level 69 ...) ///< trace message arguments 65 70 ; 71 72 #ifndef SWIG 73 #define psTrace(facil, level, ...) p_psTrace(facil, level, __VA_ARGS__) 74 #endif 75 66 76 #endif 67 77 … … 89 99 /* \} */// End of SystemGroup Functions 90 100 91 #define psTrace(facil, level, ...) p_psTrace(facil, level, __VA_ARGS__)92 101 #endif 93 102
Note:
See TracChangeset
for help on using the changeset viewer.
