Class Log4j2LegacyPatternLayoutWithStackTraceBuilder

  • All Implemented Interfaces:
    org.apache.log4j.builders.Builder<org.apache.log4j.Layout>, org.apache.log4j.builders.layout.LayoutBuilder, org.apache.log4j.builders.Parser<org.apache.log4j.Layout>
    Direct Known Subclasses:
    Log4j2LegacyPatternLayoutWithContextBuilder

    @Plugin(name="com.atlassian.confluence.util.PatternLayoutWithStackTrace",
            category="Log4j Builder")
    public class Log4j2LegacyPatternLayoutWithStackTraceBuilder
    extends org.apache.log4j.builders.AbstractBuilder<org.apache.log4j.Layout>
    A Log4j2.x Plugin that constructs a Log4j1.x Layout that emulates PatternLayoutWithStackTrace as used under log4j1.x. This is for use by log4j2.x under its log4j1.x emulation mode.
    Since:
    7.14
    • Field Summary

      • Fields inherited from class org.apache.log4j.builders.AbstractBuilder

        APPEND_PARAM, BUFFER_SIZE_PARAM, BUFFERED_IO_PARAM, FILE_PARAM, IMMEDIATE_FLUSH_PARAM, MAX_BACKUP_INDEX, MAX_SIZE_PARAM, NULL, RELATIVE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected String modifyPattern​(String pattern)  
      org.apache.log4j.Layout parse​(org.apache.log4j.config.PropertiesConfiguration config)  
      org.apache.log4j.Layout parse​(Element element, org.apache.log4j.xml.XmlConfiguration config)  
      • Methods inherited from class org.apache.log4j.builders.AbstractBuilder

        buildFilters, getBooleanProperty, getBooleanProperty, getBooleanValueAttribute, getIntegerProperty, getLongProperty, getNameAttribute, getNameAttributeKey, getProperties, getProperty, getProperty, getValueAttribute, getValueAttribute, set, set, set, set, substVars
    • Constructor Detail

      • Log4j2LegacyPatternLayoutWithStackTraceBuilder

        public Log4j2LegacyPatternLayoutWithStackTraceBuilder​(String prefix,
                                                              Properties props)
    • Method Detail

      • modifyPattern

        protected String modifyPattern​(String pattern)
      • parse

        public org.apache.log4j.Layout parse​(org.apache.log4j.config.PropertiesConfiguration config)
        Specified by:
        parse in interface org.apache.log4j.builders.Parser<org.apache.log4j.Layout>
      • parse

        public org.apache.log4j.Layout parse​(Element element,
                                             org.apache.log4j.xml.XmlConfiguration config)
        Specified by:
        parse in interface org.apache.log4j.builders.Parser<org.apache.log4j.Layout>