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 booleanequals(Object other)Deprecated.Map<String,String>getAdditionalProperties()Deprecated.StringgetLayoutPattern()Deprecated.ELayoutTypegetLayoutType()Deprecated.StringgetName()Deprecated.EAppenderTypegetType()Deprecated.inthashCode()Deprecated.booleanisTransient()Deprecated.voidsetLayoutPattern(String layoutPattern)Deprecated.voidsetLayoutType(ELayoutType layoutType)Deprecated.voidsetName(String name)Deprecated.voidsetTransient(boolean isTransient)Deprecated.voidsetType(EAppenderType type)Deprecated.StringtoString()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. 
 - 
 
 -