com.evolveum.midpoint.xml.ns._public.common.common_1
Class LoggingConfigurationType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.LoggingConfigurationType
All Implemented Interfaces:
java.io.Serializable

public class LoggingConfigurationType
extends java.lang.Object
implements java.io.Serializable

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="logger" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}LoggerConfigurationType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="appender" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}AppenderConfigurationType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<AppenderConfigurationType> appender
           
protected  java.util.List<LoggerConfigurationType> logger
           
 
Constructor Summary
LoggingConfigurationType()
           
 
Method Summary
 java.util.List<AppenderConfigurationType> getAppender()
          Gets the value of the appender property.
 java.util.List<LoggerConfigurationType> getLogger()
          Gets the value of the logger property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected java.util.List<LoggerConfigurationType> logger

appender

protected java.util.List<AppenderConfigurationType> appender
Constructor Detail

LoggingConfigurationType

public LoggingConfigurationType()
Method Detail

getLogger

public java.util.List<LoggerConfigurationType> getLogger()
Gets the value of the logger property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the logger property.

For example, to add a new item, do as follows:

    getLogger().add(newItem);
 

Objects of the following type(s) are allowed in the list LoggerConfigurationType


getAppender

public java.util.List<AppenderConfigurationType> getAppender()
Gets the value of the appender property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the appender property.

For example, to add a new item, do as follows:

    getAppender().add(newItem);
 

Objects of the following type(s) are allowed in the list AppenderConfigurationType



Copyright © 2011 evolveum. All Rights Reserved.