summaryrefslogtreecommitdiff
path: root/include/http_log.h
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2014-06-03 15:22:37 +0000
committerJim Jagielski <jim@apache.org>2014-06-03 15:22:37 +0000
commit55701bdc0948b4b947ad44bbd5189fa7fbbc2bf8 (patch)
tree87d7f560bf4cd4a7c99b1dd35b72ccaf78dd211b /include/http_log.h
parent4b7a5ec6748e1b20843b89001d71894d5e8319df (diff)
downloadhttpd-55701bdc0948b4b947ad44bbd5189fa7fbbc2bf8.tar.gz
We really need some place where we can place a whole
bunch of data/info-that-should-be-logged-by-all-mpms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1599601 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_log.h')
-rw-r--r--include/http_log.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/http_log.h b/include/http_log.h
index a71df8e2cb..60896f4538 100644
--- a/include/http_log.h
+++ b/include/http_log.h
@@ -741,6 +741,13 @@ AP_DECLARE(void) ap_error_log2stderr(server_rec *s);
AP_DECLARE(void) ap_log_command_line(apr_pool_t *p, server_rec *s);
/**
+ * Log common shared data
+ * @param s The server_rec whose process's command line we want to log.
+ * Misc commonly logged data is logged to that server's error log.
+ */
+AP_DECLARE(void) ap_log_common(server_rec *s);
+
+/**
* Log the current pid of the parent process
* @param p The pool to use for processing
* @param fname The name of the file to log to. If the filename is not