IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 8, 2005, 3:11:23 PM (21 years ago)
Author:
drobbin
Message:

Took xml/parser.h out of MDConfig, added psMessageDestination

File:
1 edited

Legend:

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

    r4952 r4979  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-09-07 00:36:12 $
     13 *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-09-09 01:11:22 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6161);
    6262
     63/** This procedures uses a string to set the destination for which to send
     64 *  the corresponding log messages.
     65 *
     66 *
     67 *  @return int:        The file descriptor location of the message.
     68 */
     69int psMessageDestination(
     70    const char *dest                   ///< Specifies where to send the message
     71);
     72
    6373/** This procedure logs a message to the destination set by a prior
    6474 *  call to psLogSetDestination(), if myLevel is less than the level
Note: See TracChangeset for help on using the changeset viewer.