|
Apache HTTPD
|
The piped logging structure. More...
Public Attributes | |
| apr_pool_t * | p |
| apr_file_t * | read_fd |
| apr_file_t * | write_fd |
The piped logging structure.
Piped logs are used to move functionality out of the main server. For example, log rotation is done with piped logs.
| apr_pool_t* piped_log::p |
| apr_file_t* piped_log::read_fd |
| apr_file_t * piped_log::write_fd |