Changeset 3476 for trunk/psLib/src/sys/psLogMsg.h
- Timestamp:
- Mar 22, 2005, 11:52:49 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psLogMsg.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLogMsg.h
r3264 r3476 11 11 * @author George Gusciora, MHPCC 12 12 * 13 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 2-17 19:26:24$13 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-03-22 21:52:49 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 102 102 }; 103 103 104 /** Logs a warning message.105 *106 * This procedure logs a message to the destination set by a prior107 * call to psLogSetDestination(), This is equivalent to calling108 * psLogMsg with a level of PS_LOG_WARN.109 *110 */111 void psWarning(112 const char* name,113 const char* fmt,114 ...115 );116 117 104 /// @} 118 105
Note:
See TracChangeset
for help on using the changeset viewer.
