#include <ngx_config.h>
#include <ngx_core.h>
Go to the source code of this file.
Functions |
void | ngx_log_error_core (ngx_uint_t level, ngx_log_t *log, ngx_err_t err, const char *fmt, va_list args) |
void ngx_cdecl | ngx_log_error (ngx_uint_t level, ngx_log_t *log, ngx_err_t err, const char *fmt,...) |
void ngx_cdecl | ngx_log_debug_core (ngx_log_t *log, ngx_err_t err, const char *fmt,...) |
void ngx_cdecl | ngx_log_abort (ngx_err_t err, const char *fmt,...) |
void ngx_cdecl | ngx_log_stderr (ngx_err_t err, const char *fmt,...) |
u_char * | ngx_log_errno (u_char *buf, u_char *last, ngx_err_t err) |
ngx_log_t * | ngx_log_init (u_char *prefix) |
ngx_log_t * | ngx_log_create (ngx_cycle_t *cycle, ngx_str_t *name) |
char * | ngx_log_set_levels (ngx_conf_t *cf, ngx_log_t *log) |
Function Documentation
u_char* ngx_log_errno |
( |
u_char * |
buf, |
|
|
u_char * |
last, |
|
|
ngx_err_t |
err |
|
) |
| |
Variable Documentation
Initial value: {
&ngx_errlog_module_ctx,
ngx_errlog_commands,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
}
Definition at line 35 of file ngx_log.c.