comparison src/core/ngx_log.h @ 2758:77264e0157ad

-p and --prefix=
author Igor Sysoev <igor@sysoev.ru>
date Mon, 27 Apr 2009 11:32:33 +0000
parents 2d82d3cfbfa0
children 6d358aeaa989
comparison
equal deleted inserted replaced
2757:9cc973b46af1 2758:77264e0157ad
193 193
194 #endif 194 #endif
195 195
196 /*********************************/ 196 /*********************************/
197 197
198 ngx_log_t *ngx_log_init(void); 198 ngx_log_t *ngx_log_init(u_char *prefix);
199 ngx_log_t *ngx_log_create_errlog(ngx_cycle_t *cycle, ngx_str_t *name); 199 ngx_log_t *ngx_log_create_errlog(ngx_cycle_t *cycle, ngx_str_t *name);
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_cdecl ngx_log_abort(ngx_err_t err, const char *fmt, ...); 201 void ngx_cdecl ngx_log_abort(ngx_err_t err, const char *fmt, ...);
202 void ngx_cdecl ngx_log_stderr(ngx_err_t err, const char *fmt, ...); 202 void ngx_cdecl ngx_log_stderr(ngx_err_t err, const char *fmt, ...);
203 203