comparison src/core/ngx_log.c @ 417:0526206251f6

nginx-0.0.10-2004-09-07-19:29:22 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 07 Sep 2004 15:29:22 +0000
parents 3c56e834be46
children f390d1775430
comparison
equal deleted inserted replaced
416:b9bd635011de 417:0526206251f6
45 "stderr", "emerg", "alert", "crit", "error", 45 "stderr", "emerg", "alert", "crit", "error",
46 "warn", "notice", "info", "debug" 46 "warn", "notice", "info", "debug"
47 }; 47 };
48 48
49 static const char *debug_levels[] = { 49 static const char *debug_levels[] = {
50 "debug_core", "debug_alloc", "debug_mutex", "debug_event", "debug_http" 50 "debug_core", "debug_alloc", "debug_mutex", "debug_event",
51 "debug_http", "debug_imap"
51 }; 52 };
52 53
53 54
54 #if (HAVE_VARIADIC_MACROS) 55 #if (HAVE_VARIADIC_MACROS)
55 void ngx_log_error_core(ngx_uint_t level, ngx_log_t *log, ngx_err_t err, 56 void ngx_log_error_core(ngx_uint_t level, ngx_log_t *log, ngx_err_t err,