comparison src/core/ngx_log.h @ 113:d7f606e25b99

nginx-0.0.1-2003-07-04-19:10:33 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 04 Jul 2003 15:10:33 +0000
parents a9bc21d63fe4
children be27f922b9a2
comparison
equal deleted inserted replaced
112:da763a85be66 113:d7f606e25b99
168 #define ngx_log_copy_log(new, old) ngx_memcpy(new, old, sizeof(ngx_log_t)) 168 #define ngx_log_copy_log(new, old) ngx_memcpy(new, old, sizeof(ngx_log_t))
169 169
170 ngx_log_t *ngx_log_init_errlog(); 170 ngx_log_t *ngx_log_init_errlog();
171 ngx_log_t *ngx_log_create_errlog(ngx_cycle_t *cycle); 171 ngx_log_t *ngx_log_create_errlog(ngx_cycle_t *cycle);
172 172
173 char *ngx_log_set_errlog(ngx_conf_t *cf, ngx_command_t *cmd, ngx_log_t *log);
174
175 173
176 extern ngx_module_t ngx_errlog_module; 174 extern ngx_module_t ngx_errlog_module;
177 175
178 176
179 #endif /* _NGX_LOG_H_INCLUDED_ */ 177 #endif /* _NGX_LOG_H_INCLUDED_ */