|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.avalon.excalibur.logger.logkit.ErrorHandlerAdapter
This class adapts o.a.a.f.logger.Logger to the LogKit ErrorHandler interface.
| Constructor Summary | |
ErrorHandlerAdapter(Logger reliableLogger)
|
|
| Method Summary | |
void |
error(java.lang.String message,
java.lang.Throwable throwable,
LogEvent event)
Log an unrecoverable error. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ErrorHandlerAdapter(Logger reliableLogger)
| Method Detail |
public void error(java.lang.String message,
java.lang.Throwable throwable,
LogEvent event)
ErrorHandler
error in interface ErrorHandlermessage - the error messagethrowable - the exception associated with error (may be null)event - the LogEvent that caused error, if any (may be null)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||