Difference for common/logger.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_loger_c =   * static char *rcsid_loger_c =
  *   "$Id: logger.c,v 1.2 1999/07/13 06:02:41 cvs Exp $ ";   *   "$Id: logger.c,v 1.3 2000/05/21 21:41:45 jec Exp $ ";
  */   */
   
 /*  /*
Line 34
 
Line 34
  * Logs a message to stderr, or to file, and/or even to socket.   * Logs a message to stderr, or to file, and/or even to socket.
  * Or discards the message if it is of no importanse, and none have   * Or discards the message if it is of no importanse, and none have
  * asked to hear messages of that logLevel.   * asked to hear messages of that logLevel.
  * logLevels can be logError (always printed), llevDebug, and llevMonster.   *
    * See include/logger.h for possible logLevels.  Messages with llevInfo
    * and llevError are always printed, regardless of debug mode.
  */   */
   
 void LOG (LogLevel logLevel, char *format, ...)  void LOG (LogLevel logLevel, char *format, ...)


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:12