Package de.xima.fc.mdl.log
Class XLogAppender
- java.lang.Object
-
- de.xima.fc.mdl.log.XLogAppender
-
- All Implemented Interfaces:
Serializable
@Deprecated public class XLogAppender extends Object implements Serializable
Deprecated.Model for appender-instances- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XLogAppender(String name)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object other)
Deprecated.Map<String,String>
getAdditionalProperties()
Deprecated.String
getLayoutPattern()
Deprecated.ELayoutType
getLayoutType()
Deprecated.String
getName()
Deprecated.EAppenderType
getType()
Deprecated.int
hashCode()
Deprecated.boolean
isTransient()
Deprecated.void
setLayoutPattern(String layoutPattern)
Deprecated.void
setLayoutType(ELayoutType layoutType)
Deprecated.void
setName(String name)
Deprecated.void
setTransient(boolean isTransient)
Deprecated.void
setType(EAppenderType type)
Deprecated.String
toString()
Deprecated.
-
-
-
Constructor Detail
-
XLogAppender
public XLogAppender(String name)
Deprecated.
-
-
Method Detail
-
getName
public String getName()
Deprecated.
-
setName
public void setName(String name)
Deprecated.
-
getType
public EAppenderType getType()
Deprecated.
-
setType
public void setType(EAppenderType type)
Deprecated.
-
getLayoutType
public ELayoutType getLayoutType()
Deprecated.
-
setLayoutType
public void setLayoutType(ELayoutType layoutType)
Deprecated.
-
getLayoutPattern
public String getLayoutPattern()
Deprecated.
-
setLayoutPattern
public void setLayoutPattern(String layoutPattern)
Deprecated.
-
isTransient
public boolean isTransient()
Deprecated.
-
setTransient
public void setTransient(boolean isTransient)
Deprecated.
-
-