![]()
|
Log4j Version 1.2.7: Interface ErrorHandler
org.apache.log4j.spi
|
Method Summary | |
void |
error(String message)
This method is normally used to just print the error message passed as a parameter. |
void |
error(String message,
Exception e,
int errorCode)
Equivalent to the error(String, Exception, int,
LoggingEvent event) with the the event parameteter set to
null . |
void |
error(String message,
Exception e,
int errorCode,
LoggingEvent event)
This method is invoked to handle the error. |
void |
setAppender(Appender appender)
Set the appender for which errors are handled. |
void |
setBackupAppender(Appender appender)
Set the appender to falkback upon in case of failure. |
void |
setLogger(Logger logger)
Add a reference to a logger to which the failing appender might be attached to. |
Methods inherited from interface org.apache.log4j.spi.OptionHandler |
activateOptions |
Method Detail |
public void setLogger(Logger logger)
logger
- One of the loggers that will be searched for the failing
appender in view of replacement.public void error(String message, Exception e, int errorCode)
error(String, Exception, int,
LoggingEvent event)
with the the event parameteter set to
null
.public void error(String message)
public void error(String message, Exception e, int errorCode, LoggingEvent event)
message
- The message assoicated with the error.e
- The Exption that was thrown when the error occured.errorCode
- The error code associated with the error.event
- The logging event that the failing appender is asked
to log.public void setAppender(Appender appender)
public void setBackupAppender(Appender appender)
|
Log4j 1.2.7 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |