Class SubSystemLoggerConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractLoggerConfigurationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SubSystemLoggerConfigurationType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class SubSystemLoggerConfigurationType extends AbstractLoggerConfigurationType
Configuration of the logger: the facility that collects log messages from subsystem code.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_COMPONENT
static Producer<SubSystemLoggerConfigurationType>
FACTORY
-
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 context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubSystemLoggerConfigurationType
appender(String value)
SubSystemLoggerConfigurationType
clone()
SubSystemLoggerConfigurationType
component(LoggingComponentType value)
<X> X
end()
boolean
equals(Object other)
LoggingComponentType
getComponent()
SubSystemLoggerConfigurationType
id(Long value)
SubSystemLoggerConfigurationType
level(LoggingLevelType value)
void
setComponent(LoggingComponentType value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractLoggerConfigurationType
getAppender, getLevel, setLevel
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
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, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_COMPONENT
public static final ItemName F_COMPONENT
-
FACTORY
public static final Producer<SubSystemLoggerConfigurationType> FACTORY
-
-
Constructor Detail
-
SubSystemLoggerConfigurationType
public SubSystemLoggerConfigurationType()
-
SubSystemLoggerConfigurationType
@Deprecated public SubSystemLoggerConfigurationType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getComponent
public LoggingComponentType getComponent()
-
setComponent
public void setComponent(LoggingComponentType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractLoggerConfigurationType
-
id
public SubSystemLoggerConfigurationType id(Long value)
- Overrides:
id
in classAbstractLoggerConfigurationType
-
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
-
end
public <X> X end()
- Overrides:
end
in classAbstractLoggerConfigurationType
-
clone
public SubSystemLoggerConfigurationType clone()
- Overrides:
clone
in classAbstractLoggerConfigurationType
-
-