Changeset 372
- Timestamp:
- Apr 1, 2004, 12:02:05 AM (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
r344 r372 24 24 25 25 /// Logs a message 26 void psLogMsg(const char *name, int level, const char *fmt, ...); 26 void psLogMsg(const char *name, ///< name of the log source 27 int myLevel, ///< severity level of this log message 28 const char *fmt, ...) ///< printf-style format command 29 ; 27 30 28 31 /// Logs a message from varargs 29 void p_psVLogMsg(const char *name, int level, const char *fmt, va_list ap); 32 void p_psVLogMsg(const char *name, ///< name of the log source 33 int myLevel, ///< severity level of this log message 34 const char *fmt, ///< printf-style format command 35 va_list ap) ///< varargs argument list 36 ; 30 37 31 38 /* \} */ // End of SystemGroup Functions
Note:
See TracChangeset
for help on using the changeset viewer.
