comparison src/core/ngx_log.h @ 8:708f8bb772ec

nginx-0.0.1-2002-09-02-18:48:24 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Sep 2002 14:48:24 +0000
parents 669801705ab1
children a499e0d1f16e
comparison
equal deleted inserted replaced
7:b5481d6fbbd4 8:708f8bb772ec
1 #ifndef _NGX_LOG_H_INCLUDED_ 1 #ifndef _NGX_LOG_H_INCLUDED_
2 #define _NGX_LOG_H_INCLUDED_ 2 #define _NGX_LOG_H_INCLUDED_
3 3
4 4
5 #include <ngx_errno.h> 5 #include <ngx_errno.h>
6 #include <ngx_file.h> 6 #include <ngx_files.h>
7 7
8 typedef enum { 8 typedef enum {
9 NGX_LOG_EMERG = 0, 9 NGX_LOG_EMERG = 0,
10 NGX_LOG_ALERT, 10 NGX_LOG_ALERT,
11 NGX_LOG_CRIT, 11 NGX_LOG_CRIT,