comparison src/core/ngx_core.h @ 5702:777202558122

Added syslog support for error_log and access_log directives.
author Vladimir Homutov <vl@nginx.com>
date Mon, 12 May 2014 16:34:15 +0400
parents bc98b0f11bdd
children 466bd63b63d1
comparison
equal deleted inserted replaced
5701:1209b8a7b077 5702:777202558122
75 #include <ngx_process_cycle.h> 75 #include <ngx_process_cycle.h>
76 #include <ngx_conf_file.h> 76 #include <ngx_conf_file.h>
77 #include <ngx_open_file_cache.h> 77 #include <ngx_open_file_cache.h>
78 #include <ngx_os.h> 78 #include <ngx_os.h>
79 #include <ngx_connection.h> 79 #include <ngx_connection.h>
80 #include <ngx_syslog.h>
80 #include <ngx_proxy_protocol.h> 81 #include <ngx_proxy_protocol.h>
81 82
82 83
83 #define LF (u_char) '\n' 84 #define LF (u_char) '\n'
84 #define CR (u_char) '\r' 85 #define CR (u_char) '\r'