Package org.apache.log4j
Class AppenderSkeleton
- java.lang.Object
-
- org.apache.log4j.AppenderSkeleton
-
- All Implemented Interfaces:
OptionHandler
- Direct Known Subclasses:
WriterAppender
@Deprecated(since="2022-01-27") public class AppenderSkeleton extends java.lang.Object implements OptionHandler
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description AppenderSkeleton()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidactivateOptions()Deprecated.voidsetLayout(Layout layout)Deprecated.voidsetName(java.lang.String name)Deprecated.voidsetThreshold(Priority threshold)Deprecated.
-
-
-
Method Detail
-
setLayout
public void setLayout(Layout layout)
Deprecated.
-
setName
public void setName(java.lang.String name)
Deprecated.
-
activateOptions
public void activateOptions()
Deprecated.- Specified by:
activateOptionsin interfaceOptionHandler
-
setThreshold
public void setThreshold(Priority threshold)
Deprecated.
-
-