Package io.dropwizard.request.logging
-
Interface Summary Interface Description RequestLogFactory<T extends org.eclipse.jetty.server.RequestLog> A service provider interface for creating a JettyRequestLog
-
Class Summary Class Description ExternalRequestLogFactory A request log factory which writes request logs via Slf4j and doesn't configure any logging infrastructure.LogbackAccessRequestLog The Dropwizard request log uses logback-access, but we override it to remove the requirement for logback-access.xml based configuration.LogbackAccessRequestLogFactory A factory for creatingLogbackAccessRequestLog
instances.