Uses of Interface
org.glassfish.grizzly.http.server.accesslog.AccessLogAppender
Packages that use AccessLogAppender
-
Uses of AccessLogAppender in org.glassfish.grizzly.http.server.accesslog
Classes in org.glassfish.grizzly.http.server.accesslog that implement AccessLogAppenderModifier and TypeClassDescriptionclassclassAnappenderenqueueing log entries into aLinkedBlockingQueueand using a secondary, separateThreadto forward them to a configured nestedappender.classclassAnappenderwriting log entries to anOutputStream.Constructors in org.glassfish.grizzly.http.server.accesslog with parameters of type AccessLogAppenderModifierConstructorDescriptionAccessLogProbe(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.