public interface AccessLogFormat
Responses
into printable access log entries.
Implementations of this class must be thread-safe.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(Response response,
java.util.Date timeStamp,
long responseNanos)
Format the data contained in the specified
Response and return
a String which can be appended to an access log file. |
Copyright © 2018 Oracle Corporation. All Rights Reserved.