IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4181


Ignore:
Timestamp:
Jun 8, 2005, 8:12:56 PM (21 years ago)
Author:
gusciora
Message:

...

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r4180 r4181  
     1
    12/** @file  psLogMsg.c
    23 *  @brief Procedures for logging messages.
     
    1112 *  @author GLG, MHPCC
    1213 *
    13  *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-06-09 06:12:31 $
     14 *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-06-09 06:12:56 $
    1516 *
    1617 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  • trunk/psLib/src/sysUtils/psLogMsg.h

    r4162 r4181  
    99 *
    1010 *  @author Robert Lupton, Princeton University
    11  *  @author George Gusciora, MHPCC
     11 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-06-08 23:40:45 $
     13 *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-06-09 06:12:31 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2626 */
    2727
    28 /** This procedure sets the destination for future log messages.  Currently
    29  *  the destination is specified by an integer which can have the following
    30  *  pre-defined values: PS_LOG_NONE, PS_LOG_TO_STDOUT, and PS_LOG_TO_STDERR.
    31  *  In future versions, this procedure will take a character string as an
    32  *  argument which can specify more general log destinations.
     28/** This procedure sets the destination for future log messages.
     29 *  This procedure will take a character string as an
     30 *  argument which can specify general log destinations.
    3331 *
    3432 *  @return psS32     true if set successfully, otherwise false.
     
    4240 *  "mylevel" is less than the current log level set by this procedure.
    4341 *  Ie. higher values set by this procedure will cause more log messages to
    44  *  be displayed.
     42 *  be displayed.  The old log level will be returned.
    4543 *
    4644 *  @return psS32    old logging level
     
    5452 *  (level), M (message), N (name), and T (time).  The default is "THLNM".
    5553 *  Deleting a letter from the string will cause the associated information
    56  *  to not be logged.
    57  *
     54 *  to not be logged.  This procedure does not alter the order in which
     55 *  the messages are displayed.
    5856 */
    5957void psLogSetFormat(
     
    6462 *  call to psLogSetDestination(), if myLevel is less than the level
    6563 *  specified by a prior call to psLogSetLevel().  The message is specified
    66  *  with a printf-stype string an arguments.
     64 *  with a printf-type string and arguments.
    6765 *
    6866 */
Note: See TracChangeset for help on using the changeset viewer.