Changeset 11248 for trunk/psLib/src/sys/psLogMsg.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psLogMsg.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLogMsg.h
r10429 r11248 1 1 /** @file psLogMsg.h 2 * 2 3 * @brief Procedures for logging messages. 3 * \ingroup LogTrace4 4 * 5 5 * This file will hold the prototypes for defining procedure which set 6 6 * message log levels, messahe log formats, message log destinations, and 7 7 * for generating the messages themselves. 8 * @ingroup LogTrace9 8 * 10 9 * @author Robert Lupton, Princeton University 11 10 * @author GLG, MHPCC 12 11 * 13 * @version $Revision: 1.3 7$ $Name: not supported by cvs2svn $14 * @date $Date: 200 6-12-04 20:45:46$12 * @version $Revision: 1.38 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-23 22:47:23 $ 15 14 * 16 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 17 16 */ 17 18 18 #ifndef PS_LOG_MSG_H 19 19 #define PS_LOG_MSG_H 20 21 /// @addtogroup SysUtils System Utilities 22 /// @{ 23 20 24 #include <stdarg.h> 21 22 25 #include "psType.h" 23 24 /** @addtogroup LogTrace25 * @{26 */27 26 28 27 /** This procedure sets the destination for future log messages. … … 137 136 138 137 /// @} 139 140 138 #endif // #ifndef PS_LOG_MSG_H
Note:
See TracChangeset
for help on using the changeset viewer.
