Class LayoutBase<E>

    • Constructor Detail

      • LayoutBase

        public LayoutBase()
        Deprecated.
    • Method Detail

      • start

        public void start()
        Deprecated.
        Specified by:
        start in interface LifeCycle
      • stop

        public void stop()
        Deprecated.
        Specified by:
        stop in interface LifeCycle
      • isStarted

        public boolean isStarted()
        Deprecated.
        Specified by:
        isStarted in interface LifeCycle
      • getFileHeader

        public java.lang.String getFileHeader()
        Deprecated.
        Description copied from interface: Layout
        Return the file header for this layout. The returned value may be null.
        Specified by:
        getFileHeader in interface Layout<E>
        Returns:
        The header.
      • 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>
        Returns:
        The header.
      • getPresentationFooter

        public java.lang.String getPresentationFooter()
        Deprecated.
        Description copied from interface: Layout
        Return the footer of the logging event formatting. The returned value may be null.
        Specified by:
        getPresentationFooter in interface Layout<E>
        Returns:
        The footer.
      • getFileFooter

        public java.lang.String getFileFooter()
        Deprecated.
        Description copied from interface: Layout
        Return the file footer for this layout. The returned value may be null.
        Specified by:
        getFileFooter in interface Layout<E>
        Returns:
        The footer.
      • getContentType

        public java.lang.String getContentType()
        Deprecated.
        Description copied from interface: Layout
        Returns the content type as appropriate for the implementation.
        Specified by:
        getContentType in interface Layout<E>
        Returns:
      • setFileHeader

        public void setFileHeader​(java.lang.String header)
        Deprecated.
      • setFileFooter

        public void setFileFooter​(java.lang.String footer)
        Deprecated.
      • setPresentationHeader

        public void setPresentationHeader​(java.lang.String header)
        Deprecated.
      • setPresentationFooter

        public void setPresentationFooter​(java.lang.String footer)
        Deprecated.