Class LoggingConfigurationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class LoggingConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration of logging levels, categories, log files, etc. <p>Java class for LoggingConfigurationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="LoggingConfigurationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="subSystemLogger" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SubSystemLoggerConfigurationType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="classLogger" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ClassLoggerConfigurationType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="appender" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AppenderConfigurationType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="rootLoggerAppender" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="rootLoggerLevel" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LoggingLevelType"/&gt; &lt;element name="auditing" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LoggingAuditingConfigurationType" minOccurs="0"/&gt; &lt;element name="advanced" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AdvancedLoggingConfigurationType" minOccurs="0"/&gt; &lt;element name="debug" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form