Class ReconfigureOnChangeFilter

All Implemented Interfaces:
ContextAware, LifeCycle

public class ReconfigureOnChangeFilter extends TurboFilter
Reconfigure a LoggerContext when the configuration file changes.
Author:
Ceki Gulcu
  • Field Details

    • DEFAULT_REFRESH_PERIOD

      public static final long DEFAULT_REFRESH_PERIOD
      Scan for changes in configuration file once every minute.
      See Also:
    • nextCheck

      protected volatile long nextCheck
  • Constructor Details

    • ReconfigureOnChangeFilter

      public ReconfigureOnChangeFilter()
  • Method Details