|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.LoggingConfigurationType
public class LoggingConfigurationType
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>
| 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 |
|---|
protected java.util.List<LoggerConfigurationType> logger
protected java.util.List<AppenderConfigurationType> appender
| Constructor Detail |
|---|
public LoggingConfigurationType()
| Method Detail |
|---|
public java.util.List<LoggerConfigurationType> getLogger()
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
public java.util.List<AppenderConfigurationType> getAppender()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||