Class AppenderConfigurationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    FileAppenderConfigurationType, SyslogAppenderConfigurationType

    public class AppenderConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration of the logger: the facility that collects log messages from the code. TODO <p>Java class for AppenderConfigurationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AppenderConfigurationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="pattern" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form