Class ClassLoggerConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractLoggerConfigurationType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ClassLoggerConfigurationType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class ClassLoggerConfigurationType extends AbstractLoggerConfigurationType implements Serializable, Cloneable, Containerable
Configuration of the logger: the facility that collects log messages from the code.Java class for ClassLoggerConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassLoggerConfigurationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractLoggerConfigurationType"> <sequence> <element name="package" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_PACKAGE
-
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 ClassLoggerConfigurationType()
ClassLoggerConfigurationType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassLoggerConfigurationType
_package(String value)
ClassLoggerConfigurationType
appender(String value)
PrismContainerValue
asPrismContainerValue()
ClassLoggerConfigurationType
clone()
<X> X
end()
boolean
equals(Object object)
String
getPackage()
int
hashCode()
ClassLoggerConfigurationType
id(Long value)
ClassLoggerConfigurationType
level(LoggingLevelType value)
void
setPackage(String 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
-
ClassLoggerConfigurationType
public ClassLoggerConfigurationType()
-
ClassLoggerConfigurationType
public ClassLoggerConfigurationType(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
-
getPackage
public String getPackage()
-
setPackage
public void setPackage(String value)
-
_package
public ClassLoggerConfigurationType _package(String value)
-
level
public ClassLoggerConfigurationType level(LoggingLevelType value)
- Overrides:
level
in classAbstractLoggerConfigurationType
-
appender
public ClassLoggerConfigurationType appender(String value)
- Overrides:
appender
in classAbstractLoggerConfigurationType
-
id
public ClassLoggerConfigurationType id(Long value)
- Overrides:
id
in classAbstractLoggerConfigurationType
-
clone
public ClassLoggerConfigurationType clone()
- Overrides:
clone
in classAbstractLoggerConfigurationType
-
-