Class Log4JAppender

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

    public class Log4JAppender
    extends org.apache.log4j.AppenderSkeleton
    • Field Summary

      • Fields inherited from class org.apache.log4j.AppenderSkeleton

        closed, errorHandler, headFilter, layout, name, tailFilter, threshold
    • Constructor Summary

      Constructors 
      Constructor Description
      Log4JAppender()  
    • Constructor Detail

      • Log4JAppender

        public Log4JAppender()
    • Method Detail

      • append

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

        public void close()
        Specified by:
        close in interface org.apache.log4j.Appender
        Specified by:
        close in class org.apache.log4j.AppenderSkeleton
      • requiresLayout

        public boolean requiresLayout()
        Specified by:
        requiresLayout in interface org.apache.log4j.Appender
        Specified by:
        requiresLayout in class org.apache.log4j.AppenderSkeleton
      • configure

        public static void configure()