#include "apr_thread_proc.h"Include dependency graph for http_log.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Apache |
Defines | |
| #define | APLOG_EMERG 0 |
| #define | APLOG_ALERT 1 |
| #define | APLOG_CRIT 2 |
| #define | APLOG_ERR 3 |
| #define | APLOG_WARNING 4 |
| #define | APLOG_NOTICE 5 |
| #define | APLOG_INFO 6 |
| #define | APLOG_DEBUG 7 |
| #define | APLOG_LEVELMASK 7 |
| #define | APLOG_NOERRNO (APLOG_LEVELMASK + 1) |
| #define | APLOG_TOCLIENT ((APLOG_LEVELMASK + 1) * 2) |
| #define | APLOG_STARTUP ((APLOG_LEVELMASK + 1) * 4) |
| #define | DEFAULT_LOGLEVEL APLOG_WARNING |
| #define | APLOG_MARK __FILE__,__LINE__ |
| #define | ap_piped_log_read_fd(pl) ((pl)->fds[0]) |
| #define | ap_piped_log_write_fd(pl) ((pl)->fds[1]) |
Typedefs | |
| typedef piped_log | piped_log |
Functions | |
| AP_DECLARE (void) ap_open_stderr_log(apr_pool_t *p) | |
| AP_DECLARE (apr_status_t) ap_replace_stderr_log(apr_pool_t *p | |
| int | ap_open_logs (apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp, server_rec *s_main) |
| int int apr_status_t const server_rec const char | __attribute__ ((format(printf, 6, 7))) |
| AP_DECLARE (piped_log *) ap_open_piped_log(apr_pool_t *p | |
Variables | |
| int AP_DECLARE_DATA | ap_default_loglevel |
| const char * | file |
| int | line |
| int int | level |
| int int apr_status_t | status |
| int int apr_status_t const server_rec * | s |
| int int apr_status_t const server_rec const char * | fmt |
| int int apr_status_t apr_pool_t * | p |
| int int apr_status_t const request_rec * | r |
| const char * | fname |
| const char * | filename |
| const char pid_t * | mypid |
| const char * | program |
|
|
A macro to access the read side of the piped log pipe
Definition at line 266 of file http_log.h. Referenced by AP_DECLARE(). |
|
|
A macro to access the write side of the piped log pipe
Definition at line 274 of file http_log.h. Referenced by AP_DECLARE(), ap_default_log_writer_init(), open_log(), open_rewritelog(), and piped_log_cleanup(). |
|
|
Definition at line 51 of file http_log.h. Referenced by AP_DECLARE(), ap_get_local_host(), ap_mpm_run(), child_main(), create_listener_thread(), leader_open_logs(), main(), make_worker(), master_main(), perchild_open_logs(), perchild_setup_child(), prefork_open_logs(), set_group_privs(), set_loglevel(), setup_listeners(), start_thread(), start_threads(), unique_id_global_init(), and worker_open_logs(). |
|
|
|
|
Definition at line 50 of file http_log.h. Referenced by accept_mutex_off(), accept_mutex_on(), AP_DECLARE(), ap_mpm_run(), child_main(), listener_thread(), main(), perform_idle_server_maintenance(), set_loglevel(), worker_main(), and worker_thread(). |
|
|
|
|
Definition at line 59 of file http_log.h. Referenced by log_error_core(). |
|
|
|
|
Definition at line 55 of file http_log.h. Referenced by ap_mpm_run(), initialize_secret(), log_error_core(), main(), master_main(), mem_cache_post_config(), set_error_document(), set_loglevel(), suexec_post_config(), util_ldap_post_config(), util_ldap_set_connection_timeout(), worker_main(), and worker_thread(). |
|
|
|
Definition at line 80 of file http_log.h. Referenced by AP_DECLARE(), and run_cgi_child(). |
|
|
|
Definition at line 86 of file http_log.h. Referenced by init_server_config(). |
|
|
Definition at line 223 of file http_log.h. |
|
|
|
|
|
Open the piped log process
|
|
|
Replace logging to stderr with logging to the given file.
|
|
|
Generic accessors for other modules to set at their own module-specific data
Definition at line 1271 of file http_protocol.c. |
|
||||||||||||||||||||
|
Open the error log and replace stderr with it.
Definition at line 291 of file log.c. References APLOG_CRIT, APLOG_MARK, APR_SUCCESS, DONE, errfile, server_rec::error_fname, server_rec::error_log, server_rec::next, NULL, OK, and open_error_log(). Referenced by register_hooks(). Here is the call graph for this function: ![]() |
|
|
Referenced by log_error_core(), and main(). |
|
|
Definition at line 105 of file http_log.h. Referenced by AP_DECLARE(), APR_DECLARE(), apr_file_cleanup(), apr_unix_file_cleanup(), dav_dbm_open_direct(), dav_fs_build_key(), dav_fs_load_locknull_list(), dav_fs_save_locknull_list(), do_read(), do_write(), file_cleanup(), handle_exec(), load_file(), main(), MDFile(), recall_body(), ServerSupportFunction(), ssl_cmd_SSLMutex(), STACK_OF(), store_body(), and test(). |
|
|
Definition at line 213 of file http_log.h. |
|
|
Definition at line 196 of file http_log.h. Referenced by listener_thread(), and worker_thread(). |
|
|
Definition at line 1285 of file httpd.h. Referenced by ap_http_filter(), apprentice(), doit(), lookup_map_txtfile(), and main(). |
|
|
Definition at line 221 of file http_log.h. |
|
|
Definition at line 251 of file http_log.h. |
|
|
Definition at line 196 of file http_log.h. |
|