Index: /trunk/archive/pslib/include/psLogMsg.h
===================================================================
--- /trunk/archive/pslib/include/psLogMsg.h	(revision 371)
+++ /trunk/archive/pslib/include/psLogMsg.h	(revision 372)
@@ -24,8 +24,15 @@
 
 /// Logs a message
-void psLogMsg(const char *name, int level, const char *fmt, ...); 
+void psLogMsg(const char *name,		///< name of the log source
+	      int myLevel, 		///< severity level of this log message 
+	      const char *fmt, ...)	///< printf-style format command
+; 
 
 /// Logs a message from varargs
-void p_psVLogMsg(const char *name, int level, const char *fmt, va_list ap); 
+void p_psVLogMsg(const char *name,	///< name of the log source
+		 int myLevel,		///< severity level of this log message 
+		 const char *fmt, 	///< printf-style format command
+		 va_list ap)		///< varargs argument list
+; 
 
 /* \} */ // End of SystemGroup Functions
