Uses of Class
org.glassfish.grizzly.http.server.accesslog.AccessLogBuilder
Packages that use AccessLogBuilder
-
Uses of AccessLogBuilder in org.glassfish.grizzly.http.server.accesslog
Methods in org.glassfish.grizzly.http.server.accesslog that return AccessLogBuilderModifier and TypeMethodDescriptionSet the format as aStringcompatible with the default Apache access log format that will be used by the access logs configured by this instance.AccessLogBuilder.format(AccessLogFormat format) Set theAccessLogFormatinstance that will be used by the access logs configured by this instance.AccessLogBuilder.rotatedDaily()Set up automatic log-file rotation, on a daily basis.AccessLogBuilder.rotatedHourly()Set up automatic log-file rotation, on a hourly basis.AccessLogBuilder.rotationPattern(String rotationPattern) Set up automatic log-file rotation based on a specifiedSimpleDateFormatpattern.AccessLogBuilder.statusThreshold(int statusThreshold) Set the minimum response status that will trigger an entry in an access log configured by this instance.AccessLogBuilder.synchronous(boolean synchronous) Specify whether access log entries should be writtensynchronously or not. Set the time zone that will be used to represent dates.Set the time zone that will be used to represent dates.