| Package | Description |
|---|---|
| org.glassfish.grizzly.http.server.accesslog |
| 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. |
AccessLogBuilder |
AccessLogBuilder.format(String format)
Set the format as a
String compatible with the default Apache access log
format that will be used by the access logs configured by this instance. |
AccessLogBuilder |
AccessLogBuilder.rotatedDaily()
Set up automatic log-file rotation, on a daily basis.
|
AccessLogBuilder |
AccessLogBuilder.rotatedHourly()
Set up automatic log-file rotation, on a hourly basis.
|
AccessLogBuilder |
AccessLogBuilder.rotationPattern(String rotationPattern)
Set up automatic log-file rotation based on a specified
SimpleDateFormat pattern. |
AccessLogBuilder |
AccessLogBuilder.statusThreshold(int statusThreshold)
Set the minimum response status that will trigger an entry in an access log configured by this instance.
|
AccessLogBuilder |
AccessLogBuilder.synchronous(boolean synchronous)
Specify whether access log entries should be written
|
AccessLogBuilder |
AccessLogBuilder.timeZone(String timeZone)
Set the time zone that will be used to represent dates.
|
AccessLogBuilder |
AccessLogBuilder.timeZone(TimeZone timeZone)
Set the time zone that will be used to represent dates.
|
Copyright © 2017–2021 Oracle Corporation. All rights reserved.