diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-10-01 15:53:53 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-10-01 15:53:53 +0000 |
commit | 8035fd27919d1f598b0d655a3bf30200220462d3 (patch) | |
tree | 5881e9883cfb282ec37eb8ab1f903c59ff41ddb0 /src/core/ngx_log.h | |
parent | 4bed15b9b58f7ea5c1626162944db140b7119488 (diff) | |
download | nginx-8035fd27919d1f598b0d655a3bf30200220462d3.tar.gz nginx-8035fd27919d1f598b0d655a3bf30200220462d3.zip |
nginx-0.1.0-2004-10-01-19:53:53 import
Diffstat (limited to 'src/core/ngx_log.h')
-rw-r--r-- | src/core/ngx_log.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h index a3adb0449..4133f9835 100644 --- a/src/core/ngx_log.h +++ b/src/core/ngx_log.h @@ -195,7 +195,8 @@ void ngx_assert_core(ngx_log_t *log, const char *fmt, ...); #define ngx_log_alloc_log(pool, log) ngx_palloc(pool, log, sizeof(ngx_log_t)) #define ngx_log_copy_log(new, old) ngx_memcpy(new, old, sizeof(ngx_log_t)) -ngx_log_t *ngx_log_init_errlog(); +ngx_log_t *ngx_log_init_stderr(); +ngx_int_t ngx_log_init_error_log(); ngx_log_t *ngx_log_create_errlog(ngx_cycle_t *cycle, ngx_array_t *args); char *ngx_set_error_log_levels(ngx_conf_t *cf, ngx_log_t *log); |