Changeset 974 for trunk/psLib/src/sys/psLogMsg.h
- Timestamp:
- Jun 9, 2004, 3:58:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psLogMsg.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLogMsg.h
r964 r974 1 1 #if !defined(PS_LOG_MSG_H) 2 2 #define PS_LOG_MSG_H 3 #endif4 3 5 4 /** \file psLogMsg.h 6 5 * \brief log messaging facilities 7 * \ingroup SystemGroup6 * \ingroup LogTrace 8 7 */ 9 8 10 9 #include <stdarg.h> 11 10 12 /** Functions **************************************************************/ 13 /** \addtogroup SystemGroup System Utilities 14 * \{ 11 /** @addtogroup LogTrace 12 * @{ 15 13 */ 16 14 … … 56 54 ; 57 55 58 /* \} */ // End of SystemGroup Functions59 56 60 57 ///< Status codes for log messages … … 71 68 PS_LOG_TO_STDOUT }; 72 69 70 /// @} 71 72 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
