Uses of Interface
org.glassfish.grizzly.http.server.accesslog.AccessLogFormat
-
Packages that use AccessLogFormat Package Description org.glassfish.grizzly.http.server.accesslog -
-
Uses of AccessLogFormat in org.glassfish.grizzly.http.server.accesslog
Classes in org.glassfish.grizzly.http.server.accesslog that implement AccessLogFormat Modifier and Type Class Description classApacheLogFormatAnAccessLogFormatusing a standard vaguely similar and heavily influenced by Apache's own custom access log formats.Methods in org.glassfish.grizzly.http.server.accesslog with parameters of type AccessLogFormat Modifier and Type Method Description AccessLogBuilderAccessLogBuilder. format(AccessLogFormat format)Set theAccessLogFormatinstance that will be used by the access logs configured by this instance.Constructors in org.glassfish.grizzly.http.server.accesslog with parameters of type AccessLogFormat Constructor Description AccessLogProbe(AccessLogAppender appender, AccessLogFormat format)Create a newAccessLogProbeformatting data with the specified format and appending it to the specified appender.AccessLogProbe(AccessLogAppender appender, AccessLogFormat format, int statusThreshold)Create a newAccessLogProbeformatting data with the specified format and appending it to the specified appender.
-