Interface LoggingFactory

    • Method Summary

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

      • 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.