|
Apache HTTPD
|
Go to the source code of this file.
Macros | |
| #define | LOG_BUFFER_LEN 1024 |
Functions | |
| const char * | md_log_level_name (md_log_level_t level) |
| void | md_log_set (md_log_level_cb *level_cb, md_log_print_cb *print_cb, void *baton) |
| int | md_log_is_level (apr_pool_t *p, md_log_level_t level) |
| void | md_log_perror (const char *file, int line, md_log_level_t level, apr_status_t rv, apr_pool_t *p, const char *fmt,...) |
Variables | |
| static const char * | level_names [] |
| static md_log_print_cb * | log_printv |
| static md_log_level_cb * | log_level |
| static void * | log_baton |
| int md_log_is_level | ( | apr_pool_t * | p, |
| md_log_level_t | level | ||
| ) |
| const char * md_log_level_name | ( | md_log_level_t | level | ) |
| void md_log_perror | ( | const char * | file, |
| int | line, | ||
| md_log_level_t | level, | ||
| apr_status_t | rv, | ||
| apr_pool_t * | p, | ||
| const char * | fmt, | ||
| ... | |||
| ) |
| void md_log_set | ( | md_log_level_cb * | level_cb, |
| md_log_print_cb * | print_cb, | ||
| void * | baton | ||
| ) |
|
static |
|
static |