diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-04-08 15:58:25 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-08 15:58:25 +0000 |
commit | fff32326ca9009ebba0aadd24aa0683afe0d4a02 (patch) | |
tree | ac738d570dd46b0ef6b15b09b42d9956245f5005 /src/core/ngx_log.h | |
parent | 9a864bd8f87efd0fa23f552d4277475dd76bcea4 (diff) | |
download | nginx-fff32326ca9009ebba0aadd24aa0683afe0d4a02.tar.gz nginx-fff32326ca9009ebba0aadd24aa0683afe0d4a02.zip |
nginx-0.0.3-2004-04-08-19:58:25 import
Diffstat (limited to 'src/core/ngx_log.h')
-rw-r--r-- | src/core/ngx_log.h | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h index d1fdab63d..87090dc09 100644 --- a/src/core/ngx_log.h +++ b/src/core/ngx_log.h @@ -6,24 +6,25 @@ #include <ngx_core.h> -#define NGX_LOG_STDERR 0 -#define NGX_LOG_EMERG 1 -#define NGX_LOG_ALERT 2 -#define NGX_LOG_CRIT 3 -#define NGX_LOG_ERR 4 -#define NGX_LOG_WARN 5 -#define NGX_LOG_NOTICE 6 -#define NGX_LOG_INFO 7 -#define NGX_LOG_DEBUG 8 - -#define NGX_LOG_DEBUG_CORE 0x10 -#define NGX_LOG_DEBUG_ALLOC 0x20 -#define NGX_LOG_DEBUG_EVENT 0x40 -#define NGX_LOG_DEBUG_HTTP 0x80 - -#define NGX_LOG_DEBUG_FIRST NGX_LOG_DEBUG_CORE -#define NGX_LOG_DEBUG_LAST NGX_LOG_DEBUG_HTTP -#define NGX_LOG_DEBUG_ALL 0xfffffff0 +#define NGX_LOG_STDERR 0 +#define NGX_LOG_EMERG 1 +#define NGX_LOG_ALERT 2 +#define NGX_LOG_CRIT 3 +#define NGX_LOG_ERR 4 +#define NGX_LOG_WARN 5 +#define NGX_LOG_NOTICE 6 +#define NGX_LOG_INFO 7 +#define NGX_LOG_DEBUG 8 + +#define NGX_LOG_DEBUG_CORE 0x10 +#define NGX_LOG_DEBUG_ALLOC 0x20 +#define NGX_LOG_DEBUG_EVENT 0x40 +#define NGX_LOG_DEBUG_HTTP 0x80 + +#define NGX_LOG_DEBUG_FIRST NGX_LOG_DEBUG_CORE +#define NGX_LOG_DEBUG_LAST NGX_LOG_DEBUG_HTTP +#define NGX_LOG_DEBUG_CONNECTION 0x80000000 +#define NGX_LOG_DEBUG_ALL 0x7ffffff0 /* |