IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2004, 12:02:05 AM (22 years ago)
Author:
eugene
Message:

minor edits, doxygen fixes

File:
1 edited

Legend:

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

    r344 r372  
    2424
    2525/// Logs a message
    26 void psLogMsg(const char *name, int level, const char *fmt, ...);
     26void psLogMsg(const char *name,         ///< name of the log source
     27              int myLevel,              ///< severity level of this log message
     28              const char *fmt, ...)     ///< printf-style format command
     29;
    2730
    2831/// Logs a message from varargs
    29 void p_psVLogMsg(const char *name, int level, const char *fmt, va_list ap);
     32void p_psVLogMsg(const char *name,      ///< name of the log source
     33                 int myLevel,           ///< severity level of this log message
     34                 const char *fmt,       ///< printf-style format command
     35                 va_list ap)            ///< varargs argument list
     36;
    3037
    3138/* \} */ // End of SystemGroup Functions
Note: See TracChangeset for help on using the changeset viewer.