Class ClassLoggerLevelOverrideType

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

    public class ClassLoggerLevelOverrideType
    extends Object
    implements Serializable, Cloneable, Containerable
    Information how to override logging level for specified logger(s).

    Java class for ClassLoggerLevelOverrideType complex type.

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

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