public class RequestLogHandlerProvider
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ServerConfiguration |
configuration |
Constructor and Description |
---|
RequestLogHandlerProvider(ServerConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.jetty.server.handler.RequestLogHandler |
get()
returns null if access log is not enabled
|
private final ServerConfiguration configuration
public RequestLogHandlerProvider(ServerConfiguration configuration)