AccessLogBuilder |
AccessLogBuilder.format(String format) |
|
AccessLogBuilder |
AccessLogBuilder.format(AccessLogFormat format) |
Set the AccessLogFormat instance 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 synchronously or not.
|
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.
|