summaryrefslogtreecommitdiff
path: root/include/http_log.h
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-11-21 17:36:26 +0000
committerStefan Fritsch <sf@apache.org>2011-11-21 17:36:26 +0000
commite0184da329410a868800ca4cf36b06cd40335fbe (patch)
treea6b544db881b42d30369273a55ebc753cb7d9a45 /include/http_log.h
parent78e657406b3d5fdf3b0038dd7e3bf1c56b18e942 (diff)
downloadhttpd-e0184da329410a868800ca4cf36b06cd40335fbe.tar.gz
Pass ap_errorlog_info to error_log hook.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1204614 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_log.h')
-rw-r--r--include/http_log.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/http_log.h b/include/http_log.h
index 038feebd5f..68a6c8f20d 100644
--- a/include/http_log.h
+++ b/include/http_log.h
@@ -625,26 +625,6 @@ AP_DECLARE(apr_file_t *) ap_piped_log_read_fd(piped_log *pl);
AP_DECLARE(apr_file_t *) ap_piped_log_write_fd(piped_log *pl);
/**
- * hook method to log error messages
- * @ingroup hooks
- * @param file The file in which this function is called
- * @param line The line number on which this function is called
- * @param module_index The module_index of the module generating this message
- * @param level The level of this error message
- * @param status The status code from the previous command
- * @param s The server which we are logging for
- * @param c The connection which we are logging for
- * @param r The request which we are logging for
- * @param pool Memory pool to allocate from
- * @param errstr message to log
- */
-AP_DECLARE_HOOK(void, error_log, (const char *file, int line,
- int module_index, int level,
- apr_status_t status, const server_rec *s,
- const conn_rec *c, const request_rec *r,
- apr_pool_t *pool, const char *errstr))
-
-/**
* hook method to generate unique id for connection or request
* @ingroup hooks
* @param c the conn_rec of the connections