|
||||||||||
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="subSystemLogger" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}SubSystemLoggerConfigurationType" maxOccurs="unbounded" minOccurs="0"/> <element name="classLogger" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ClassLoggerConfigurationType" maxOccurs="unbounded" minOccurs="0"/> <element name="appender" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}AppenderConfigurationType" maxOccurs="unbounded" minOccurs="0"/> <element name="rootLoggerAppender" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="rootLoggerLevel" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}LoggingLevelType"/> <element name="advanced" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}AdvancedLoggingConfigurationType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected AdvancedLoggingConfigurationType |
advanced
|
protected java.util.List<AppenderConfigurationType> |
appender
|
protected java.util.List<ClassLoggerConfigurationType> |
classLogger
|
protected java.lang.String |
rootLoggerAppender
|
protected LoggingLevelType |
rootLoggerLevel
|
protected java.util.List<SubSystemLoggerConfigurationType> |
subSystemLogger
|
Constructor Summary | |
---|---|
LoggingConfigurationType()
|
Method Summary | |
---|---|
AdvancedLoggingConfigurationType |
getAdvanced()
Gets the value of the advanced property. |
java.util.List<AppenderConfigurationType> |
getAppender()
Gets the value of the appender property. |
java.util.List<ClassLoggerConfigurationType> |
getClassLogger()
Gets the value of the classLogger property. |
java.lang.String |
getRootLoggerAppender()
Gets the value of the rootLoggerAppender property. |
LoggingLevelType |
getRootLoggerLevel()
Gets the value of the rootLoggerLevel property. |
java.util.List<SubSystemLoggerConfigurationType> |
getSubSystemLogger()
Gets the value of the subSystemLogger property. |
void |
setAdvanced(AdvancedLoggingConfigurationType value)
Sets the value of the advanced property. |
void |
setRootLoggerAppender(java.lang.String value)
Sets the value of the rootLoggerAppender property. |
void |
setRootLoggerLevel(LoggingLevelType value)
Sets the value of the rootLoggerLevel property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.util.List<SubSystemLoggerConfigurationType> subSystemLogger
protected java.util.List<ClassLoggerConfigurationType> classLogger
protected java.util.List<AppenderConfigurationType> appender
protected java.lang.String rootLoggerAppender
protected LoggingLevelType rootLoggerLevel
protected AdvancedLoggingConfigurationType advanced
Constructor Detail |
---|
public LoggingConfigurationType()
Method Detail |
---|
public java.util.List<SubSystemLoggerConfigurationType> getSubSystemLogger()
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 subSystemLogger property.
For example, to add a new item, do as follows:
getSubSystemLogger().add(newItem);
Objects of the following type(s) are allowed in the list
SubSystemLoggerConfigurationType
public java.util.List<ClassLoggerConfigurationType> getClassLogger()
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 classLogger property.
For example, to add a new item, do as follows:
getClassLogger().add(newItem);
Objects of the following type(s) are allowed in the list
ClassLoggerConfigurationType
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
public java.lang.String getRootLoggerAppender()
String
public void setRootLoggerAppender(java.lang.String value)
value
- allowed object is
String
public LoggingLevelType getRootLoggerLevel()
LoggingLevelType
public void setRootLoggerLevel(LoggingLevelType value)
value
- allowed object is
LoggingLevelType
public AdvancedLoggingConfigurationType getAdvanced()
AdvancedLoggingConfigurationType
public void setAdvanced(AdvancedLoggingConfigurationType value)
value
- allowed object is
AdvancedLoggingConfigurationType
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |