Index: trunk/psLib/src/sysUtils/psLogMsg.h
===================================================================
--- trunk/psLib/src/sysUtils/psLogMsg.h	(revision 4162)
+++ trunk/psLib/src/sysUtils/psLogMsg.h	(revision 4181)
@@ -9,8 +9,8 @@
  *
  *  @author Robert Lupton, Princeton University
- *  @author George Gusciora, MHPCC
+ *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-08 23:40:45 $
+ *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-09 06:12:31 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -26,9 +26,7 @@
  */
 
-/** This procedure sets the destination for future log messages.  Currently
- *  the destination is specified by an integer which can have the following
- *  pre-defined values: PS_LOG_NONE, PS_LOG_TO_STDOUT, and PS_LOG_TO_STDERR.
- *  In future versions, this procedure will take a character string as an
- *  argument which can specify more general log destinations.
+/** This procedure sets the destination for future log messages.
+ *  This procedure will take a character string as an
+ *  argument which can specify general log destinations.
  *
  *  @return psS32     true if set successfully, otherwise false.
@@ -42,5 +40,5 @@
  *  "mylevel" is less than the current log level set by this procedure.
  *  Ie. higher values set by this procedure will cause more log messages to
- *  be displayed.
+ *  be displayed.  The old log level will be returned.
  *
  *  @return psS32    old logging level
@@ -54,6 +52,6 @@
  *  (level), M (message), N (name), and T (time).  The default is "THLNM".
  *  Deleting a letter from the string will cause the associated information
- *  to not be logged.
- *
+ *  to not be logged.  This procedure does not alter the order in which
+ *  the messages are displayed.
  */
 void psLogSetFormat(
@@ -64,5 +62,5 @@
  *  call to psLogSetDestination(), if myLevel is less than the level
  *  specified by a prior call to psLogSetLevel().  The message is specified
- *  with a printf-stype string an arguments.
+ *  with a printf-type string and arguments.
  *
  */
