Changeset 4979 for trunk/psLib/src/sys/psLogMsg.h
- Timestamp:
- Sep 8, 2005, 3:11:23 PM (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
r4952 r4979 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.3 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-09-0 7 00:36:12 $13 * @version $Revision: 1.32 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-09-09 01:11:22 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 61 61 ); 62 62 63 /** This procedures uses a string to set the destination for which to send 64 * the corresponding log messages. 65 * 66 * 67 * @return int: The file descriptor location of the message. 68 */ 69 int psMessageDestination( 70 const char *dest ///< Specifies where to send the message 71 ); 72 63 73 /** This procedure logs a message to the destination set by a prior 64 74 * call to psLogSetDestination(), if myLevel is less than the level
Note:
See TracChangeset
for help on using the changeset viewer.
