Uses of Interface
io.dropwizard.request.logging.RequestLogFactory
-
Packages that use RequestLogFactory Package Description io.dropwizard.request.logging io.dropwizard.request.logging.old -
-
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.
-