X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=errlog.h;h=6ef5bc2fb1596be5b153d0ead2934af572b34bdf;hp=369f8404e7bc215c84bf06f7fb9d68b244b71cea;hb=ef082ce14e2cb66606be32fba04fab03ee830854;hpb=d58604122bfff897a0ab92da9d3667dfecc9611e diff --git a/errlog.h b/errlog.h index 369f8404..6ef5bc2f 100644 --- a/errlog.h +++ b/errlog.h @@ -1,6 +1,6 @@ #ifndef ERRLOG_H_INCLUDED #define ERRLOG_H_INCLUDED -#define ERRLOG_H_VERSION "$Id: errlog.h,v 1.25 2010/07/26 11:28:11 fabiankeil Exp $" +#define ERRLOG_H_VERSION "$Id: errlog.h,v 1.28 2012/07/27 17:27:47 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/errlog.h,v $ @@ -12,10 +12,10 @@ * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written - * by and Copyright (C) 1997 Anonymous Coders and + * by and Copyright (C) 1997 Anonymous Coders and * Junkbusters Corporation. http://www.junkbusters.com * - * This program is free software; you can redistribute it + * This program is free software; you can redistribute it * and/or modify it under the terms of the GNU General * Public License as published by the Free Software * Foundation; either version 2 of the License, or (at @@ -58,6 +58,7 @@ extern "C" { #define LOG_LEVEL_CRUNCH 0x0400 #define LOG_LEVEL_CGI 0x0800 /* CGI / templates */ #define LOG_LEVEL_RECEIVED 0x8000 +#define LOG_LEVEL_ACTIONS 0x10000 /* Following are always on: */ #define LOG_LEVEL_INFO 0x1000 @@ -66,6 +67,7 @@ extern "C" { extern void init_error_log(const char *prog_name, const char *logfname); extern void set_debug_level(int debuglevel); +extern int debug_level_is_enabled(int debuglevel); extern void disable_logging(void); extern void init_log_module(void); extern void show_version(const char *prog_name);