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 void
activateOptions()
Deprecated.void
setLayout(Layout layout)
Deprecated.void
setName(java.lang.String name)
Deprecated.void
setThreshold(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:
activateOptions
in interfaceOptionHandler
-
setThreshold
public void setThreshold(Priority threshold)
Deprecated.
-
-