java.lang.Object
org.glassfish.grizzly.http.server.accesslog.QueueingAppender
All Implemented Interfaces:
Closeable, AutoCloseable, AccessLogAppender

public class QueueingAppender extends Object implements AccessLogAppender
An appender enqueueing log entries into a LinkedBlockingQueue and using a secondary, separate Thread to forward them to a configured nested appender.
Author:
Pier Fumagalli, USRZ.com