Changeset 325
- Timestamp:
- Mar 31, 2004, 12:24:02 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psLogMsg.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psLogMsg.h
r257 r325 6 6 * \ingroup SystemGroup 7 7 */ 8 9 #include <stdarg.h> 8 10 9 11 /** Functions **************************************************************/ … … 31 33 enum { PS_LOG_ABORT = 0, PS_LOG_ERROR, PS_LOG_WARN, PS_LOG_INFO }; //!< Status codes for log messages 32 34 33 enum { PS_LOG_ TO_STDERR, PS_LOG_TO_STDOUT }; //!< Destinations for log messages35 enum { PS_LOG_NONE, PS_LOG_TO_STDERR, PS_LOG_TO_STDOUT }; //!< Destinations for log messages 34 36 35 37 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
