Class ProgressUpdateAppender

  • All Implemented Interfaces:
    org.apache.log4j.Appender, org.apache.log4j.spi.OptionHandler

    public class ProgressUpdateAppender
    extends org.apache.log4j.AppenderSkeleton
    This appender is used by remote tasks to send progress notifications to the webapp. The information for these notifications is retrieved from the LoggingEvent. This information comes from regular logging statements inlined in the source code (ie. log.info("the text")).
    Author:
    keshav
    • Constructor Detail

      • ProgressUpdateAppender

        public ProgressUpdateAppender()
    • Method Detail

      • append

        protected void append​(org.apache.log4j.spi.LoggingEvent event)
        Specified by:
        append in class org.apache.log4j.AppenderSkeleton
      • close

        public void close()
      • requiresLayout

        public boolean requiresLayout()