Uses of Interface
io.dropwizard.request.logging.RequestLogFactory
-
Packages that use RequestLogFactory Package Description io.dropwizard.core.server io.dropwizard.request.logging io.dropwizard.request.logging.old -
-
Uses of RequestLogFactory in io.dropwizard.core.server
Methods in io.dropwizard.core.server that return RequestLogFactory Modifier and Type Method Description RequestLogFactory<?>AbstractServerFactory. getRequestLogFactory()Methods in io.dropwizard.core.server with parameters of type RequestLogFactory Modifier and Type Method Description voidAbstractServerFactory. setRequestLogFactory(RequestLogFactory<?> requestLog) -
Uses of RequestLogFactory in io.dropwizard.request.logging
Classes in io.dropwizard.request.logging that implement RequestLogFactory Modifier and Type Class Description classExternalRequestLogFactoryA request log factory which writes request logs via Slf4j and doesn't configure any logging infrastructure.classLogbackAccessRequestLogFactoryA factory for creatingLogbackAccessRequestLoginstances. -
Uses of RequestLogFactory in io.dropwizard.request.logging.old
Classes in io.dropwizard.request.logging.old that implement RequestLogFactory Modifier and Type Class Description classLogbackClassicRequestLogFactoryA factory for creatingRequestLoginstances using logback-classic.
-