Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
ngx_log.c File Reference
#include <ngx_config.h>
#include <ngx_core.h>
Include dependency graph for ngx_log.c:

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_tngx_log_init (u_char *prefix)
ngx_log_tngx_log_create (ngx_cycle_t *cycle, ngx_str_t *name)
char * ngx_log_set_levels (ngx_conf_t *cf, ngx_log_t *log)

Variables

ngx_module_t ngx_errlog_module
ngx_uint_t ngx_use_stderr = 1

Function Documentation

void ngx_cdecl ngx_log_abort ( ngx_err_t  err,
const char *  fmt,
  ... 
)

Definition at line 190 of file ngx_log.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_log_t* ngx_log_create ( ngx_cycle_t cycle,
ngx_str_t name 
)

Definition at line 352 of file ngx_log.c.

Here is the call graph for this function:

void ngx_cdecl ngx_log_debug_core ( ngx_log_t log,
ngx_err_t  err,
const char *  fmt,
  ... 
)

Definition at line 177 of file ngx_log.c.

Here is the call graph for this function:

u_char* ngx_log_errno ( u_char *  buf,
u_char *  last,
ngx_err_t  err 
)

Definition at line 236 of file ngx_log.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void ngx_cdecl ngx_log_error ( ngx_uint_t  level,
ngx_log_t log,
ngx_err_t  err,
const char *  fmt,
  ... 
)

Definition at line 163 of file ngx_log.c.

Here is the call graph for this function:

void ngx_log_error_core ( ngx_uint_t  level,
ngx_log_t log,
ngx_err_t  err,
const char *  fmt,
va_list  args 
)

Definition at line 83 of file ngx_log.c.

Here is the call graph for this function:

Here is the caller graph for this function:

ngx_log_t* ngx_log_init ( u_char *  prefix)

Definition at line 266 of file ngx_log.c.

Here is the call graph for this function:

Here is the caller graph for this function:

char* ngx_log_set_levels ( ngx_conf_t cf,
ngx_log_t log 
)

Definition at line 371 of file ngx_log.c.

Here is the call graph for this function:

void ngx_cdecl ngx_log_stderr ( ngx_err_t  err,
const char *  fmt,
  ... 
)

Definition at line 206 of file ngx_log.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

ngx_module_t ngx_errlog_module
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.

ngx_uint_t ngx_use_stderr = 1

Definition at line 53 of file ngx_log.c.