comparison src/core/ngx_log.h @ 860:201d017ea470

slab allocator in shared memory
author Igor Sysoev <igor@sysoev.ru>
date Mon, 20 Nov 2006 08:51:45 +0000
parents 4946078f0a79
children 68f30ab68bb7
comparison
equal deleted inserted replaced
859:d1e8c59a50ee 860:201d017ea470
199 #define ngx_log_copy_log(new, old) ngx_memcpy(new, old, sizeof(ngx_log_t)) 199 #define ngx_log_copy_log(new, old) ngx_memcpy(new, old, sizeof(ngx_log_t))
200 200
201 ngx_log_t *ngx_log_init(void); 201 ngx_log_t *ngx_log_init(void);
202 ngx_log_t *ngx_log_create_errlog(ngx_cycle_t *cycle, ngx_array_t *args); 202 ngx_log_t *ngx_log_create_errlog(ngx_cycle_t *cycle, ngx_array_t *args);
203 char *ngx_set_error_log_levels(ngx_conf_t *cf, ngx_log_t *log); 203 char *ngx_set_error_log_levels(ngx_conf_t *cf, ngx_log_t *log);
204 void ngx_log_abort(ngx_err_t err, const char *text);
204 205
205 206
206 extern ngx_module_t ngx_errlog_module; 207 extern ngx_module_t ngx_errlog_module;
207 208
208 209