Changeset 4321 for trunk/psLib/src/sysUtils/psLogMsg.h
- Timestamp:
- Jun 20, 2005, 12:42:30 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psLogMsg.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psLogMsg.h
r4316 r4321 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-06- 18 03:13:02$13 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-06-20 22:42:30 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 44 44 * @return psS32 old logging level 45 45 */ 46 psS32psLogSetLevel(47 psS32level ///< Specifies the system log level46 int psLogSetLevel( 47 int level ///< Specifies the system log level 48 48 ); 49 49 … … 79 79 void psLogMsgV( 80 80 const char *name, ///< name of the log source 81 psS32 myLevel,///< severity level of this log message82 const char *f mt,///< printf-style format command81 int level, ///< severity level of this log message 82 const char *format, ///< printf-style format command 83 83 va_list ap ///< varargs argument list 84 84 );
Note:
See TracChangeset
for help on using the changeset viewer.
