Changeset 753 for trunk/archive/pslib/include/psLogMsg.h
- Timestamp:
- May 20, 2004, 6:12:37 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
r602 r753 30 30 31 31 /// Logs a message from varargs 32 void p _psLogVMsg(const char *name, ///< name of the log source33 int myLevel, ///< severity level of this log message34 const char *fmt, ///< printf-style format command35 va_list ap) ///< varargs argument list32 void psLogMsgV(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 36 ; 37 37
Note:
See TracChangeset
for help on using the changeset viewer.
