comparison src/core/ngx_log.c @ 218:05592fd7a436

nginx-0.0.1-2004-01-05-23:55:48 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Jan 2004 20:55:48 +0000
parents 00cafae0bdf1
children 2ba3477070ac
comparison
equal deleted inserted replaced
217:c5d1cdcb04ec 218:05592fd7a436
50 "stderr", "emerg", "alert", "crit", "error", 50 "stderr", "emerg", "alert", "crit", "error",
51 "warn", "notice", "info", "debug" 51 "warn", "notice", "info", "debug"
52 }; 52 };
53 53
54 static const char *debug_levels[] = { 54 static const char *debug_levels[] = {
55 "debug", "debug_alloc", "debug_event", "debug_http" 55 "debug", "debug_core", "debug_alloc", "debug_event", "debug_http"
56 }; 56 };
57 57
58 58
59 #if (HAVE_VARIADIC_MACROS) 59 #if (HAVE_VARIADIC_MACROS)
60 void ngx_log_error_core(int level, ngx_log_t *log, ngx_err_t err, 60 void ngx_log_error_core(int level, ngx_log_t *log, ngx_err_t err,