IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2005, 11:22:22 AM (21 years ago)
Author:
drobbin
Message:

Minor changes from new SDRS, prototype code for psArguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psLogMsg.h

    r4979 r5057  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-09-09 01:11:22 $
     13 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-09-15 21:22:22 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    107107///< Destinations for log messages
    108108enum {
    109     PS_LOG_NONE,                       ///< turn off logging
    110     PS_LOG_TO_STDERR,                  ///< log to system's stderr
    111     PS_LOG_TO_STDOUT                   ///< log to system's stdout
     109    PS_LOG_TO_NONE = 0,                ///< turn off logging
     110    PS_LOG_TO_STDERR = 1,              ///< log to system's stderr
     111    PS_LOG_TO_STDOUT = 2               ///< log to system's stdout
    112112};
    113113
Note: See TracChangeset for help on using the changeset viewer.