static ApacheLogFormat |
ApacheLogFormat.AGENT |
A format compatible with Apache's user-agent format.
|
static ApacheLogFormat |
ApacheLogFormat.AGENT_UTC |
A format compatible with Apache's user-agent format set to use the UTC
time zone.
|
static ApacheLogFormat |
ApacheLogFormat.COMBINED |
A format compatible with Apache's combined format.
|
static ApacheLogFormat |
ApacheLogFormat.COMBINED_UTC |
A format compatible with Apache's combined format set to use the UTC
time zone.
|
static ApacheLogFormat |
ApacheLogFormat.COMMON |
A format compatible with Apache's common format.
|
static ApacheLogFormat |
ApacheLogFormat.COMMON_UTC |
A format compatible with Apache's common format set to use the UTC
time zone.
|
static ApacheLogFormat |
ApacheLogFormat.REFERER |
A format compatible with Apache's referer format.
|
static ApacheLogFormat |
ApacheLogFormat.REFERER_UTC |
A format compatible with Apache's referer format set to use the UTC
time zone.
|
static ApacheLogFormat |
ApacheLogFormat.VHOST_COMBINED |
A format compatible with Apache's combined with virtual-hosts format.
|
static ApacheLogFormat |
ApacheLogFormat.VHOST_COMBINED_UTC |
A format compatible with Apache's combined with virtual-hosts format set to use
the UTC time zone.
|
static ApacheLogFormat |
ApacheLogFormat.VHOST_COMMON |
A format compatible with Apache's common with virtual-hosts format.
|
static ApacheLogFormat |
ApacheLogFormat.VHOST_COMMON_UTC |
A format compatible with Apache's common with virtual-hosts format set to use
the UTC time zone.
|