Changeset 8627 for trunk/psLib/src/sys/psLogMsg.h
- Timestamp:
- Aug 25, 2006, 6:34:28 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psLogMsg.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLogMsg.h
r7587 r8627 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.3 5$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-0 6-16 23:01:10$13 * @version $Revision: 1.36 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-08-26 04:34:28 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 90 90 * 91 91 */ 92 #ifdef __GNUC__ 93 void psLogMsg( 94 const char *name, ///< name of the log source 95 int level, ///< severity level of this log message 96 const char *format, ///< printf-style format command 97 ... 98 ) __attribute__((format(printf, 3, 4))); 99 #else // __GNUC__ 92 100 void psLogMsg( 93 101 const char *name, ///< name of the log source … … 96 104 ... 97 105 ); 106 #endif // __GNUC__ 98 107 99 108 #ifndef SWIG
Note:
See TracChangeset
for help on using the changeset viewer.
