Changeset 10429 for trunk/psLib/src/sys/psLogMsg.h
- Timestamp:
- Dec 4, 2006, 10:45:46 AM (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
r8627 r10429 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.3 6$ $Name: not supported by cvs2svn $14 * @date $Date: 2006- 08-26 04:34:28$13 * @version $Revision: 1.37 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-12-04 20:45:46 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 124 124 PS_LOG_ERROR, ///< log message is an error, but don't abort 125 125 PS_LOG_WARN, ///< log message is a warning 126 PS_LOG_INFO ///< log message is informational only 126 PS_LOG_INFO, ///< log message is informational only 127 PS_LOG_DETAIL, ///< log message provides details of minor interest 128 PS_LOG_MINUTIA, ///< log message provides very detailed information 127 129 }; 128 130
Note:
See TracChangeset
for help on using the changeset viewer.
