version 1.2 | | version 1.3 |
---|
| | |
/* | | /* |
* 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 $ "; |
*/ | | */ |
| | |
/* | | /* |
| | |
* 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, ...) |