org.apache.avalon.excalibur.logger.logkit
Class ErrorHandlerAdapter
java.lang.Object
org.apache.avalon.excalibur.logger.logkit.ErrorHandlerAdapter
- All Implemented Interfaces:
- ErrorHandler
public class ErrorHandlerAdapter
- extends Object
- implements ErrorHandler
This class adapts o.a.a.f.logger.Logger
to the LogKit ErrorHandler interface.
- Since:
- 4.0
- Version:
- CVS $Revision: 1.3 $ $Date: 2004/03/10 13:54:51 $
- Author:
- Avalon Development Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorHandlerAdapter
public ErrorHandlerAdapter(Logger reliableLogger)
error
public void error(String message,
Throwable throwable,
LogEvent event)
- Specified by:
error
in interface ErrorHandler
Copyright © 1997-2012 The Apache Software Foundation. All Rights Reserved.