Package | Description |
---|---|
org.apache.log4j |
Log4j 1.x compatibility layer.
|
org.apache.log4j.spi |
Log4j 1.x compatibility layer.
|
Modifier and Type | Method and Description |
---|---|
void |
Category.callAppenders(LoggingEvent event)
No-op implementation.
|
void |
Appender.doAppend(LoggingEvent event)
Log in
Appender specific way. |
java.lang.String |
PatternLayout.format(LoggingEvent event) |
abstract java.lang.String |
Layout.format(LoggingEvent event)
Implement this method to create your own layout format.
|
Modifier and Type | Method and Description |
---|---|
abstract int |
Filter.decide(LoggingEvent event)
If the decision is
DENY , then the event will be
dropped. |
void |
ErrorHandler.error(java.lang.String message,
java.lang.Exception e,
int errorCode,
LoggingEvent event)
This method is invoked to handle the error.
|