Uses of Interface
org.glassfish.grizzly.http.server.accesslog.AccessLogAppender
-
Packages that use AccessLogAppender Package Description org.glassfish.grizzly.http.server.accesslog -
-
Uses of AccessLogAppender in org.glassfish.grizzly.http.server.accesslog
Classes in org.glassfish.grizzly.http.server.accesslog that implement AccessLogAppender Modifier and Type Class Description classFileAppenderclassQueueingAppenderAnappenderenqueueing log entries into aLinkedBlockingQueueand using a secondary, separateThreadto forward them to a configured nestedappender.classRotatingFileAppenderclassStreamAppenderAnappenderwriting log entries to anOutputStream.Constructors in org.glassfish.grizzly.http.server.accesslog with parameters of type AccessLogAppender 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.QueueingAppender(AccessLogAppender appender)Create a newQueueingAppenderinstance enqueueing log entries into aLinkedBlockingQueueand dequeueing them using a secondary separateThread.
-