Package | Description |
---|---|
org.glassfish.grizzly.http.server.accesslog |
Modifier and Type | Class and Description |
---|---|
class |
ApacheLogFormat
An
AccessLogFormat using a standard vaguely similar and heavily
influenced by Apache's
own custom access log formats. |
Modifier and Type | Method and Description |
---|---|
AccessLogBuilder |
AccessLogBuilder.format(AccessLogFormat format)
Set the
AccessLogFormat instance that will be used by the
access logs configured by this instance. |
Constructor and Description |
---|
AccessLogProbe(AccessLogAppender appender,
AccessLogFormat format)
Create a new
AccessLogProbe formatting data with the specified
format and appending it to the specified
appender. |
AccessLogProbe(AccessLogAppender appender,
AccessLogFormat format,
int statusThreshold)
Create a new
AccessLogProbe formatting data with the specified
format and appending it to the specified
appender. |
Copyright © 2015 Oracle Corporation. All rights reserved.