Class RecordLogsHook.RecordedLogsTrackingBundle

  • All Implemented Interfaces:
    io.dropwizard.core.ConfiguredBundle<io.dropwizard.core.Configuration>
    Enclosing class:
    RecordLogsHook

    public final class RecordLogsHook.RecordedLogsTrackingBundle
    extends java.lang.Object
    implements io.dropwizard.core.ConfiguredBundle<io.dropwizard.core.Configuration>
    Technical bundle used to re-attach log recorders after dropwizard resets all loggers.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(io.dropwizard.core.Configuration configuration, io.dropwizard.core.setup.Environment environment)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.dropwizard.core.ConfiguredBundle

        initialize
    • Constructor Detail

      • RecordedLogsTrackingBundle

        public RecordedLogsTrackingBundle()
    • Method Detail

      • run

        public void run​(io.dropwizard.core.Configuration configuration,
                        io.dropwizard.core.setup.Environment environment)
                 throws java.lang.Exception
        Specified by:
        run in interface io.dropwizard.core.ConfiguredBundle<io.dropwizard.core.Configuration>
        Throws:
        java.lang.Exception