org.apache.avalon.excalibur.logger.logkit
Class ErrorHandlerAdapter

java.lang.Object
  extended by 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

Constructor Summary
ErrorHandlerAdapter(Logger reliableLogger)
           
 
Method Summary
 void error(String message, Throwable throwable, LogEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorHandlerAdapter

public ErrorHandlerAdapter(Logger reliableLogger)
Method Detail

error

public void error(String message,
                  Throwable throwable,
                  LogEvent event)
Specified by:
error in interface ErrorHandler


Copyright © 1997-2012 Apache Software Foundation. All Rights Reserved.