Class ExternalRequestLogFactory

  • All Implemented Interfaces:
    io.dropwizard.jackson.Discoverable, RequestLogFactory

    public class ExternalRequestLogFactory
    extends Object
    implements RequestLogFactory
    A request log factory which writes request logs via Slf4j and doesn't configure any logging infrastructure. Useful when the user doesn't want to configure request logging via the Dropwizard configuration.
    • Constructor Detail

      • ExternalRequestLogFactory

        public ExternalRequestLogFactory()
    • Method Detail

      • setEnabled

        public void setEnabled​(boolean enabled)