Changeset 1807 for trunk/psLib/src/sys/psLogMsg.h
- Timestamp:
- Sep 14, 2004, 10:01:52 AM (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
r1798 r1807 11 11 * @author George Gusciora, MHPCC 12 12 * 13 * @version $Revision: 1.1 7$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-09-1 1 03:03:36$13 * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-09-14 20:01:52 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 99 99 }; 100 100 101 /** Logs a warning message. 102 * 103 * This procedure logs a message to the destination set by a prior 104 * call to psLogSetDestination(), This is equivalent to calling 105 * psLogMsg with a level of PS_LOG_WARN. 106 * 107 */ 108 void psWarning( 109 const char* name, 110 const char* fmt, 111 ... 112 ); 113 101 114 /// @} 102 115
Note:
See TracChangeset
for help on using the changeset viewer.
