Class XmlLayout.Builder<B extends XmlLayout.Builder<B>>

  • All Implemented Interfaces:
    Builder<XmlLayout>
    Enclosing class:
    XmlLayout

    public static class XmlLayout.Builder<B extends XmlLayout.Builder<B>>
    extends org.apache.logging.log4j.core.layout.AbstractJacksonLayout.Builder<B>
    implements Builder<XmlLayout>
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • build

        public XmlLayout build()
        Description copied from interface: Builder
        Builds the object after all configuration has been set. This will use default values for any unspecified attributes for the object.
        Specified by:
        build in interface Builder<B extends XmlLayout.Builder<B>>
        Returns:
        the configured instance.