Class SubSystemLoggerConfigurationType

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

    public class SubSystemLoggerConfigurationType
    extends AbstractLoggerConfigurationType
    implements Serializable, Cloneable, Containerable
    Configuration of the logger: the facility that collects log messages from subsystem code. <p>Java class for SubSystemLoggerConfigurationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SubSystemLoggerConfigurationType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractLoggerConfigurationType"&gt; &lt;sequence&gt; &lt;element name="component" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LoggingComponentType"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form