Changeset 247 for trunk/archive/pslib/include/psLogMsg.h
- Timestamp:
- Mar 15, 2004, 3:20:03 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psLogMsg.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psLogMsg.h
r196 r247 1 1 #if !defined(PS_LOG_MSG_H) 2 2 #define PS_LOG_MSG_H 3 #include <stdarg.h> 3 4 /** \file psLogMsg.h 5 * \brief log messaging facilities 6 * \ingroup SystemGroup 7 */ 4 8 5 9 enum { PS_LOG_ABORT = 0, PS_LOG_ERROR, PS_LOG_WARN, PS_LOG_INFO }; //!< Status codes for log messages
Note:
See TracChangeset
for help on using the changeset viewer.
