comparison src/core/ngx_log.h @ 386:1878e9c00f22 NGINX_0_6_37

nginx 0.6.37 *) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support in mail proxy server. Thanks to Maxim Dounin. *) Bugfix: nginx could not be built on platforms different from i386, amd64, sparc, and ppc; the bug had appeared in 0.6.36.
author Igor Sysoev <http://sysoev.ru>
date Mon, 18 May 2009 00:00:00 +0400
parents 6639b93e81b2
children
comparison
equal deleted inserted replaced
385:842321c9fc84 386:1878e9c00f22
196 /*********************************/ 196 /*********************************/
197 197
198 ngx_log_t *ngx_log_init(void); 198 ngx_log_t *ngx_log_init(void);
199 ngx_log_t *ngx_log_create_errlog(ngx_cycle_t *cycle, ngx_array_t *args); 199 ngx_log_t *ngx_log_create_errlog(ngx_cycle_t *cycle, ngx_array_t *args);
200 char *ngx_set_error_log_levels(ngx_conf_t *cf, ngx_log_t *log); 200 char *ngx_set_error_log_levels(ngx_conf_t *cf, ngx_log_t *log);
201 void ngx_log_abort(ngx_err_t err, const char *text); 201 void ngx_log_abort(ngx_err_t err, const char *text, void *param);
202 202
203 203
204 extern ngx_module_t ngx_errlog_module; 204 extern ngx_module_t ngx_errlog_module;
205 205
206 206