Class DelayingListAppender<E>

All Implemented Interfaces:
Appender<E>, ContextAware, FilterAttachable<E>, LifeCycle

public class DelayingListAppender<E> extends ListAppender<E>
  • Field Details

    • delay

      public int delay
    • interrupted

      public boolean interrupted
  • Constructor Details

    • DelayingListAppender

      public DelayingListAppender()
  • Method Details

    • setDelay

      public void setDelay(int ms)
    • append

      public void append(E e)
      Overrides:
      append in class ListAppender<E>