IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 325


Ignore:
Timestamp:
Mar 31, 2004, 12:24:02 PM (22 years ago)
Author:
rhl
Message:

Needs <stdarg.h>; added PS_LOG_NONE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psLogMsg.h

    r257 r325  
    66 *  \ingroup SystemGroup
    77 */
     8
     9#include <stdarg.h>
    810
    911/** Functions **************************************************************/
     
    3133enum { PS_LOG_ABORT = 0, PS_LOG_ERROR, PS_LOG_WARN, PS_LOG_INFO }; //!< Status codes for log messages
    3234
    33 enum { PS_LOG_TO_STDERR, PS_LOG_TO_STDOUT }; //!< Destinations for log messages
     35enum { PS_LOG_NONE, PS_LOG_TO_STDERR, PS_LOG_TO_STDOUT }; //!< Destinations for log messages
    3436
    3537#endif
Note: See TracChangeset for help on using the changeset viewer.