Apache HTTPD
mod_log_config.h
Go to the documentation of this file.
1/* Licensed to the Apache Software Foundation (ASF) under one or more
2 * contributor license agreements. See the NOTICE file distributed with
3 * this work for additional information regarding copyright ownership.
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
6 * the License. You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
26#include "apr_optional.h"
27#include "httpd.h"
28#include "scoreboard.h"
29
30#ifndef _MOD_LOG_CONFIG_H
31#define _MOD_LOG_CONFIG_H 1
32
36typedef const char *ap_log_handler_fn_t(request_rec *r, char *a);
37
42 const char *name);
48 void *handle,
49 const char **portions,
50 int *lengths,
51 int nelts,
53
58
61 int def));
71
72#endif /* MOD_LOG_CONFIG */
const char apr_size_t len
Definition ap_regex.h:187
APR-UTIL registration of functions exported by modules.
request_rec * r
apr_bucket apr_bucket_brigade * a
apr_pool_t const char apr_dbd_t ** handle
Definition apr_dbd.h:142
#define APR_DECLARE_OPTIONAL_FN(ret, name, args)
void * ap_log_writer_init(apr_pool_t *p, server_rec *s, const char *name)
const char * ap_log_handler_fn_t(request_rec *r, char *a)
apr_status_t ap_log_writer(request_rec *r, void *handle, const char **portions, int *lengths, int nelts, apr_size_t len)
apr_size_t size
int apr_status_t
Definition apr_errno.h:44
apr_interval_time_t apr_pollcb_cb_t func
Definition apr_poll.h:422
const char * s
Definition apr_strings.h:95
int nelts
Definition apr_tables.h:122
HTTP Daemon routines.
apr_pool_t * p
Definition md_event.c:32
static void ap_register_log_handler(apr_pool_t *p, char *tag, ap_log_handler_fn_t *handler, int def)
static ap_log_writer * ap_log_set_writer(ap_log_writer *handle)
static ap_log_writer_init * ap_log_set_writer_init(ap_log_writer_init *handle)
Apache scoreboard library.
char * name
ap_log_handler_fn_t * func
A structure that represents the current request.
Definition httpd.h:845
A structure to store information for each virtual server.
Definition httpd.h:1322