IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10429


Ignore:
Timestamp:
Dec 4, 2006, 10:45:46 AM (19 years ago)
Author:
magnier
Message:

added additional log depth symbols

File:
1 edited

Legend:

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

    r8627 r10429  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-08-26 04:34:28 $
     13 *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2006-12-04 20:45:46 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    124124    PS_LOG_ERROR,                      ///< log message is an error, but don't abort
    125125    PS_LOG_WARN,                       ///< log message is a warning
    126     PS_LOG_INFO                        ///< log message is informational only
     126    PS_LOG_INFO,                       ///< log message is informational only
     127    PS_LOG_DETAIL,                     ///< log message provides details of minor interest
     128    PS_LOG_MINUTIA,                    ///< log message provides very detailed information
    127129};
    128130
Note: See TracChangeset for help on using the changeset viewer.