Class PatternLayoutBase<E>

    • Constructor Detail

      • PatternLayoutBase

        public PatternLayoutBase()
        Deprecated.
    • Method Detail

      • getDefaultConverterMap

        public abstract java.util.Map<java.lang.String,​java.lang.String> getDefaultConverterMap()
        Deprecated.
        Concrete implementations of this class are responsible for elaborating the mapping between pattern words and converters.
        Returns:
        A map associating pattern words to the names of converter classes
      • getEffectiveConverterMap

        public java.util.Map<java.lang.String,​java.lang.String> getEffectiveConverterMap()
        Deprecated.
        Returns a map where the default converter map is merged with the map contained in the context.
      • setPostCompileProcessor

        public void setPostCompileProcessor​(PostCompileProcessor<E> postCompileProcessor)
        Deprecated.
      • getPattern

        public java.lang.String getPattern()
        Deprecated.
      • setPattern

        public void setPattern​(java.lang.String pattern)
        Deprecated.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object
      • getInstanceConverterMap

        public java.util.Map<java.lang.String,​java.lang.String> getInstanceConverterMap()
        Deprecated.
      • isOutputPatternAsHeader

        public boolean isOutputPatternAsHeader()
        Deprecated.
      • setOutputPatternAsHeader

        public void setOutputPatternAsHeader​(boolean outputPatternAsHeader)
        Deprecated.
      • getPresentationHeader

        public java.lang.String getPresentationHeader()
        Deprecated.
        Description copied from interface: Layout
        Return the header of the logging event formatting. The returned value may be null.
        Specified by:
        getPresentationHeader in interface Layout<E>
        Overrides:
        getPresentationHeader in class LayoutBase<E>
        Returns:
        The header.