Interface LoggingFactory

All Superinterfaces:
io.dropwizard.jackson.Discoverable
All Known Implementing Classes:
DefaultLoggingFactory, ExternalLoggingFactory

public interface LoggingFactory extends io.dropwizard.jackson.Discoverable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(com.codahale.metrics.MetricRegistry metricRegistry, String name)
     
    void
    Mainly useful in testing to reset the logging to a sane default before the next test configures logging to a desired level.
    void
    Should flush all log messages but not disable logging
  • Method Details

    • configure

      void configure(com.codahale.metrics.MetricRegistry metricRegistry, String name)
    • stop

      void stop()
      Should flush all log messages but not disable logging
    • reset

      void reset()
      Mainly useful in testing to reset the logging to a sane default before the next test configures logging to a desired level.