Class LoggingConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class LoggingConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration of logging levels, categories, log files, etc.

    Java class for LoggingConfigurationType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="LoggingConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="subSystemLogger" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SubSystemLoggerConfigurationType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="classLogger" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ClassLoggerConfigurationType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="appender" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AppenderConfigurationType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="rootLoggerAppender" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="rootLoggerLevel" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LoggingLevelType"/>
             <element name="auditing" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AuditingConfigurationType" minOccurs="0"/>
             <element name="advanced" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AdvancedLoggingConfigurationType" minOccurs="0"/>
             <element name="debug" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form