comparison src/core/ngx_log.h @ 57:a499e0d1f16e

nginx-0.0.1-2003-01-30-10:28:09 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 30 Jan 2003 07:28:09 +0000
parents 708f8bb772ec
children 19cc647ecd91
comparison
equal deleted inserted replaced
56:058f01f78761 57:a499e0d1f16e
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_types.h>
5 #include <ngx_errno.h> 6 #include <ngx_errno.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,