|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoggingEvent | |
---|---|
org.apache.log4j | Log4j 1.x compatibility layer. |
org.apache.log4j.spi |
Uses of LoggingEvent in org.apache.log4j |
---|
Methods in org.apache.log4j with parameters of type LoggingEvent | |
---|---|
void |
Category.callAppenders(LoggingEvent event)
No-op implementation. |
void |
Appender.doAppend(LoggingEvent event)
Log in Appender specific way. |
String |
PatternLayout.format(LoggingEvent event)
|
abstract String |
Layout.format(LoggingEvent event)
Implement this method to create your own layout format. |
Uses of LoggingEvent in org.apache.log4j.spi |
---|
Methods in org.apache.log4j.spi with parameters of type LoggingEvent | |
---|---|
abstract int |
Filter.decide(LoggingEvent event)
If the decision is DENY , then the event will be
dropped. |
void |
ErrorHandler.error(String message,
Exception e,
int errorCode,
LoggingEvent event)
This method is invoked to handle the error. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |