Interface CustomAppenderInterface

  • All Superinterfaces:
    org.apache.log4j.Appender

    public interface CustomAppenderInterface
    extends org.apache.log4j.Appender
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void initialize​(LogConfigItem aLogConfigItem)
      Initilizes the Custom Appender with its configuration parameters
      • Methods inherited from interface org.apache.log4j.Appender

        addFilter, clearFilters, close, doAppend, getErrorHandler, getFilter, getLayout, getName, requiresLayout, setErrorHandler, setLayout, setName
    • Method Detail

      • initialize

        void initialize​(LogConfigItem aLogConfigItem)
        Initilizes the Custom Appender with its configuration parameters
        Parameters:
        aLogConfigItem - the Custom Appender configuration object.