Index: trunk/psLib/src/sys/psLogMsg.h
===================================================================
--- trunk/psLib/src/sys/psLogMsg.h	(revision 5057)
+++ trunk/psLib/src/sys/psLogMsg.h	(revision 5072)
@@ -11,6 +11,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-09-15 21:22:22 $
+ *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-09-20 02:43:53 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -36,4 +36,11 @@
 );
 
+/** This procedure returns the current log destination file descriptor.  If the
+ *  destination has not been defined by the use, the descriptor for stdout is returned.
+ *
+ *  @return int:        The current file descriptor.
+ */
+int psLogGetDestination();
+
 /** This procedure sets the message level for future log messages.  Subsequent
  *  log messages, with a log level of "mylevel", will only be logged if
@@ -42,9 +49,15 @@
  *  be displayed.  The old log level will be returned.
  *
- *  @return int    old logging level
+ *  @return int:        old logging level.
  */
 int psLogSetLevel(
     int level                          ///< Specifies the system log level
 );
+
+/** This procedures returns the current log message level.
+ *
+ *  @return int:        The current logging level.
+ */
+int psLogGetLevel();
 
 /** This procedure sets the log format for future log messages.  The argument
