Package | Description |
---|---|
org.apache.log4j |
Log4j 1.x compatibility layer.
|
Modifier and Type | Class and Description |
---|---|
class |
PatternLayout |
Modifier and Type | Field and Description |
---|---|
protected Layout |
AppenderSkeleton.layout |
Modifier and Type | Method and Description |
---|---|
Layout |
AppenderSkeleton.getLayout() |
Layout |
Appender.getLayout()
Returns this appenders layout.
|
Modifier and Type | Method and Description |
---|---|
void |
AppenderSkeleton.setLayout(Layout layout) |
void |
Appender.setLayout(Layout layout)
Set the
Layout for this appender. |