Changeset 1138 for trunk/psLib/src/sys/psLogMsg.h
- Timestamp:
- Jun 29, 2004, 3:17:21 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psLogMsg.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLogMsg.h
r1013 r1138 11 11 * @author George Gusciora, MHPCC 12 12 * 13 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-06- 12 05:50:01$13 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-06-30 01:17:20 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 63 63 /// This procedure is functionally equivalent to psLogMsg(), except that 64 64 /// it takes a va_list as the message parameter, not a printf-style string. 65 void ps VLogMsg(const char *name, ///< name of the log source65 void psLogMsgV(const char *name, ///< name of the log source 66 66 int myLevel, ///< severity level of this log message 67 67 const char *fmt, ///< printf-style format command
Note:
See TracChangeset
for help on using the changeset viewer.
