Class SubSystemLoggerConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractLoggerConfigurationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.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.Java class for SubSystemLoggerConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubSystemLoggerConfigurationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractLoggerConfigurationType"> <sequence> <element name="component" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LoggingComponentType"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_COMPONENT
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractLoggerConfigurationType
F_APPENDER, F_LEVEL
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description SubSystemLoggerConfigurationType()
SubSystemLoggerConfigurationType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubSystemLoggerConfigurationType
appender(String value)
PrismContainerValue
asPrismContainerValue()
SubSystemLoggerConfigurationType
clone()
SubSystemLoggerConfigurationType
component(LoggingComponentType value)
<X> X
end()
boolean
equals(Object object)
LoggingComponentType
getComponent()
int
hashCode()
SubSystemLoggerConfigurationType
id(Long value)
SubSystemLoggerConfigurationType
level(LoggingLevelType value)
void
setComponent(LoggingComponentType value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.String
toString()
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractLoggerConfigurationType
createAppenderList, getAppender, getId, getLevel, setId, setLevel
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
SubSystemLoggerConfigurationType
public SubSystemLoggerConfigurationType()
-
SubSystemLoggerConfigurationType
public SubSystemLoggerConfigurationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classAbstractLoggerConfigurationType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classAbstractLoggerConfigurationType
-
toString
public String toString()
- Overrides:
toString
in classAbstractLoggerConfigurationType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAbstractLoggerConfigurationType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractLoggerConfigurationType
-
end
public <X> X end()
- Overrides:
end
in classAbstractLoggerConfigurationType
-
getComponent
public LoggingComponentType getComponent()
-
setComponent
public void setComponent(LoggingComponentType value)
-
component
public SubSystemLoggerConfigurationType component(LoggingComponentType value)
-
level
public SubSystemLoggerConfigurationType level(LoggingLevelType value)
- Overrides:
level
in classAbstractLoggerConfigurationType
-
appender
public SubSystemLoggerConfigurationType appender(String value)
- Overrides:
appender
in classAbstractLoggerConfigurationType
-
id
public SubSystemLoggerConfigurationType id(Long value)
- Overrides:
id
in classAbstractLoggerConfigurationType
-
clone
public SubSystemLoggerConfigurationType clone()
- Overrides:
clone
in classAbstractLoggerConfigurationType
-
-