Class AbstractLoggerConfigurationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    ClassLoggerConfigurationType, SubSystemLoggerConfigurationType

    public abstract class AbstractLoggerConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration of the logger: the facility that collects log messages from the code. <p>Java class for AbstractLoggerConfigurationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="AbstractLoggerConfigurationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="level" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LoggingLevelType"/&gt; &lt;element name="appender" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form