Package | Description |
---|---|
org.glassfish.grizzly.http.server.accesslog |
Modifier and Type | Class and Description |
---|---|
class |
FileAppender
|
class |
QueueingAppender
An
appender enqueueing log entries into a
LinkedBlockingQueue and using a secondary, separate Thread
to forward them to a configured nested appender . |
class |
RotatingFileAppender
|
class |
StreamAppender
An
appender writing log entries to an
OutputStream . |
Constructor and Description |
---|
AccessLogProbe(AccessLogAppender appender,
AccessLogFormat format)
Create a new
AccessLogProbe formatting data with the specified
format and appending it to the specified
appender. |
AccessLogProbe(AccessLogAppender appender,
AccessLogFormat format,
int statusThreshold)
Create a new
AccessLogProbe formatting data with the specified
format and appending it to the specified
appender. |
QueueingAppender(AccessLogAppender appender)
Create a new
QueueingAppender instance enqueueing log entries
into a LinkedBlockingQueue and dequeueing them using a secondary
separate Thread . |
Copyright © 2015 Oracle Corporation. All rights reserved.