- Inheritance
Classes & Modules
Constants
| Name | Description | |
|---|---|---|
| AGENT_LOG_FORMAT | = "%{User-Agent}i" | |
| CLF | = COMMON_LOG_FORMAT | |
| CLF_TIME_FORMAT | = "[%d/%b/%Y:%H:%M:%S %Z]" | |
| COMBINED_LOG_FORMAT | = "#{CLF} \"%{Referer}i\" \"%{User-agent}i\"" | |
| COMMON_LOG_FORMAT | = "%h %l %u %t \"%r\" %s %b" | |
| REFERER_LOG_FORMAT | = "%{Referer}i -> %U" |
Methods
Instance
| Visibility | Signature |
|---|---|
| public | format (format_string, params) |
| public | setup_params (config, req, res) |
Instance Method Detail
format(format_string, params)
setup_params(config, req, res)
This format specification is a subset of mod_log_config of Apache.
http://httpd.apache.org/docs/mod/mod_log_config.html#formats