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.

    Java class for AbstractLoggerConfigurationType complex type.

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

     <complexType name="AbstractLoggerConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="level" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LoggingLevelType"/>
             <element name="appender" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form