Go to the source code of this file.
Defines | |
#define | ERRLOG_H_VERSION "$Id: errlog.h,v 2.1 2002/06/04 17:22:36 jongfoster Exp $" |
#define | LOG_LEVEL_GPC 0x0001 |
#define | LOG_LEVEL_CONNECT 0x0002 |
#define | LOG_LEVEL_IO 0x0004 |
#define | LOG_LEVEL_HEADER 0x0008 |
#define | LOG_LEVEL_LOG 0x0010 |
#define | LOG_LEVEL_RE_FILTER 0x0040 |
#define | LOG_LEVEL_DEANIMATE 0x0100 |
#define | LOG_LEVEL_CLF 0x0200 |
#define | LOG_LEVEL_CGI 0x0800 |
#define | LOG_LEVEL_INFO 0x1000 |
#define | LOG_LEVEL_ERROR 0x2000 |
#define | LOG_LEVEL_FATAL 0x4000 |
Functions | |
void | init_error_log (const char *prog_name, const char *logfname, int debuglevel) |
void | log_error (int loglevel, char *fmt,...) |
Variables | |
const char | errlog_rcs [] |
const char | errlog_h_rcs [] |
Revision 2.0 2002/06/04 14:34:21 jongfoster Moving source files to src/
Revision 1.13 2002/03/26 22:29:54 swa we have a new homepage!
Revision 1.12 2002/03/24 13:25:43 swa name change related issues
Revision 1.11 2002/03/06 23:02:57 jongfoster Removing tabs
Revision 1.10 2001/09/13 20:08:06 jongfoster Adding support for LOG_LEVEL_CGI
Revision 1.9 2001/07/30 22:08:36 jongfoster Tidying up defines:
Revision 1.7 2001/07/19 19:02:53 haroon Added define for LOG_LEVEL_POPUPS
Revision 1.6 2001/07/13 13:59:22 oes
Revision 1.4 2001/05/25 21:56:06 jongfoster Added FIXME comment to (broken) LOG_LEVEL_LOG
Revision 1.3 2001/05/22 18:46:04 oes
Revision 1.1.1.1 2001/05/15 13:58:51 oes Initial import of version 2.9.3 source tree
|
Log CGI and template handling features.
|
|
Log in Common Log File format. Note that for properly formatted log files you should disable all the other log settings. |
|
Log connecting to the server.
|
|
Log GIF deanimation.
|
|
Log error messages.
|
|
Write a message to the log and exit the program.
|
|
Log GET/POST/CONNECT requests.
|
|
Log header parsing and modifying.
|
|
Log informative messages (program version etc).
|
|
Log ... what? FIXME. |
|
Log ... what? FIXME. |
|
Log PCRS feature.
|
|
Initializes the logging module. Must call before calling log_error.
|
|
This is the error-reporting and logging function.
|
|
Version information about errlog.h.
|
|
Version information about errlog.c.
|