/usr/src/redhat/BUILD/httpd-2.2.3/include/http_log.h

Apache Logging library [詳細]

#include "apr_thread_proc.h"

ソースコードを見る。

データ構造

struct  piped_log
 The piped logging structure. [詳細]

マクロ定義

#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])

型定義

typedef piped_log piped_log

関数

void ap_open_stderr_log (apr_pool_t *p)
apr_status_t ap_replace_stderr_log (apr_pool_t *p, const char *file)
int ap_open_logs (apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp, server_rec *s_main)
void ap_log_error (const char *file, int line, int level, apr_status_t status, const server_rec *s, const char *fmt,...) __attribute__((format(printf
void void ap_log_perror (const char *file, int line, int level, apr_status_t status, apr_pool_t *p, const char *fmt,...) __attribute__((format(printf
void void void ap_log_rerror (const char *file, int line, int level, apr_status_t status, const request_rec *r, const char *fmt,...) __attribute__((format(printf
void void void void ap_log_cerror (const char *file, int line, int level, apr_status_t status, const conn_rec *c, const char *fmt,...) __attribute__((format(printf
void void void void void ap_error_log2stderr (server_rec *s)
void ap_log_pid (apr_pool_t *p, const char *fname)
apr_status_t ap_read_pid (apr_pool_t *p, const char *filename, pid_t *mypid)
piped_logap_open_piped_log (apr_pool_t *p, const char *program)
void ap_close_piped_log (piped_log *pl)
void error_log (const char *file, int line, int level, apr_status_t status, const server_rec *s, const request_rec *r, apr_pool_t *pool, const char *errstr)

変数

int AP_DECLARE_DATA ap_default_loglevel


説明

Apache Logging library


Apacheに対してSun Jul 19 22:05:25 2009に生成されました。  doxygen 1.4.7