Changeset 497 for trunk/psLib/src/sys/psLogMsg.h
- Timestamp:
- Apr 21, 2004, 11:14:41 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psLogMsg.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLogMsg.h
r482 r497 25 25 26 26 /// Logs a message 27 void psLogMsg(const char *name, ///< name of the log source28 int myLevel, ///< severity level of this log message27 void psLogMsg(const char *name, ///< name of the log source 28 int myLevel, ///< severity level of this log message 29 29 const char *fmt, ...) ///< printf-style format command 30 30 ; 31 31 32 32 /// Logs a message from varargs 33 void p _psVLogMsg(const char *name, ///< name of the log source34 int myLevel,///< severity level of this log message35 const char *fmt, ///< printf-style format command36 va_list ap)///< varargs argument list33 void psVLogMsg(const char *name, ///< name of the log source 34 int myLevel, ///< severity level of this log message 35 const char *fmt, ///< printf-style format command 36 va_list ap) ///< varargs argument list 37 37 ; 38 38
Note:
See TracChangeset
for help on using the changeset viewer.
