Changeset 11668 for trunk/psLib/src/sys/psLogMsg.c
- Timestamp:
- Feb 6, 2007, 11:36:09 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psLogMsg.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLogMsg.c
r11617 r11668 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.6 5$ $Name: not supported by cvs2svn $14 * @date $Date: 2007-02-0 3 05:54:08$13 * @version $Revision: 1.66 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-02-06 21:36:09 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 47 47 static int logFD = STDERR_FILENO; // Log file descriptor 48 48 static psS32 globalLogLevel = PS_LOG_INFO; // log all messages at this or above 49 static psBool logTime = true; // Flag to include time info50 static psBool logHost = true; // Flag to include host info51 static psBool logLevel = true; // Flag to include level info52 static psBool logName = true; // Flag to include name info53 static psBool logMsg = true; // Flag to include message info49 static bool logTime = true; // Flag to include time info 50 static bool logHost = true; // Flag to include host info 51 static bool logLevel = true; // Flag to include level info 52 static bool logName = true; // Flag to include name info 53 static bool logMsg = true; // Flag to include message info 54 54 55 55 /***************************************************************************** … … 86 86 dest (psS32): the new log destination 87 87 Return: 88 An psBool: TRUE if successful.88 An bool: TRUE if successful. 89 89 *****************************************************************************/ 90 90 bool psLogSetDestination(int fd)
Note:
See TracChangeset
for help on using the changeset viewer.
