| Package | Description |
|---|---|
| org.glassfish.grizzly.http.server.accesslog |
| Modifier and Type | Class and Description |
|---|---|
class |
FileAppender
An
appender writing log entries to Files. |
class |
QueueingAppender
|
class |
RotatingFileAppender
An
appender writing log entries to Files,
and rotating/archiving them when necessary. |
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 © 2018 Oracle Corporation. All Rights Reserved.