Changeset 4367 for trunk/psLib/src/sys/psLogMsg.h
- Timestamp:
- Jun 22, 2005, 5:50:29 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psLogMsg.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLogMsg.h
r4330 r4367 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-06-2 1 03:01:37$13 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-06-23 03:50:29 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 30 30 * argument which can specify general log destinations. 31 31 * 32 * @return psS32true if set successfully, otherwise false.32 * @return bool true if set successfully, otherwise false. 33 33 */ 34 psBool psLogSetDestination(34 bool psLogSetDestination( 35 35 const char *dest ///< Specifies where to send messages. 36 36 ); … … 56 56 */ 57 57 void psLogSetFormat( 58 const char *f mt///< Specifies the system log format58 const char *format ///< Specifies the system log format 59 59 ); 60 60
Note:
See TracChangeset
for help on using the changeset viewer.
