IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 979


Ignore:
Timestamp:
Jun 9, 2004, 4:42:06 PM (22 years ago)
Author:
gusciora
Message:

...

Location:
trunk/psLib/src
Files:
4 edited

Legend:

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

    r964 r979  
    9494
    9595
     96
    9697/*****************************************************************************
    9798psLogSetFormat(): Set the format of psLogMsg output.  More precisely,
     
    162163
    163164
     165
    164166#if !defined(HOST_NAME_MAX)  // should be in limits.h
    165167#  define HOST_NAME_MAX 256
  • trunk/psLib/src/sys/psLogMsg.h

    r974 r979  
    1616/// the destination is specified by an integer which can have the following
    1717/// pre-defined values: PS_LOG_NONE, PS_LOG_TO_STDOUT, and PS_LOG_TO_STDERR.
    18 /// IN future versions, this procedure will take a character string as an
     18/// In future versions, this procedure will take a character string as an
    1919/// argument which can specify more general log destinations.
    2020int psLogSetDestination(int dest);
    2121
    22 /// This procedure sets the global level for future log messages.  Future
    23 /// log messages, each with a log level of mylevel, will only be logged if
    24 /// their mylevel is less than the current log level set by this procedure.
     22/// This procedure sets the message level for future log messages.  Subsequent
     23/// log messages, with a log level of "mylevel", will only be logged if
     24/// "mylevel" is less than the current log level set by this procedure.
    2525/// Ie. higher values set by this procedure will cause more log messages to
    2626/// be displayed.
     
    4747
    4848/// This procedure is functionally equivalent to psLogMsg(), except that
    49 /// it takes a va_list as the message paramater, not a printf-style string.
     49/// it takes a va_list as the message parameter, not a printf-style string.
    5050void psVLogMsg(const char *name, ///< name of the log source
    5151               int myLevel,      ///< severity level of this log message
  • trunk/psLib/src/sysUtils/psLogMsg.c

    r964 r979  
    9494
    9595
     96
    9697/*****************************************************************************
    9798psLogSetFormat(): Set the format of psLogMsg output.  More precisely,
     
    162163
    163164
     165
    164166#if !defined(HOST_NAME_MAX)  // should be in limits.h
    165167#  define HOST_NAME_MAX 256
  • trunk/psLib/src/sysUtils/psLogMsg.h

    r974 r979  
    1616/// the destination is specified by an integer which can have the following
    1717/// pre-defined values: PS_LOG_NONE, PS_LOG_TO_STDOUT, and PS_LOG_TO_STDERR.
    18 /// IN future versions, this procedure will take a character string as an
     18/// In future versions, this procedure will take a character string as an
    1919/// argument which can specify more general log destinations.
    2020int psLogSetDestination(int dest);
    2121
    22 /// This procedure sets the global level for future log messages.  Future
    23 /// log messages, each with a log level of mylevel, will only be logged if
    24 /// their mylevel is less than the current log level set by this procedure.
     22/// This procedure sets the message level for future log messages.  Subsequent
     23/// log messages, with a log level of "mylevel", will only be logged if
     24/// "mylevel" is less than the current log level set by this procedure.
    2525/// Ie. higher values set by this procedure will cause more log messages to
    2626/// be displayed.
     
    4747
    4848/// This procedure is functionally equivalent to psLogMsg(), except that
    49 /// it takes a va_list as the message paramater, not a printf-style string.
     49/// it takes a va_list as the message parameter, not a printf-style string.
    5050void psVLogMsg(const char *name, ///< name of the log source
    5151               int myLevel,      ///< severity level of this log message
Note: See TracChangeset for help on using the changeset viewer.