org.apache.avalon.excalibur.component
Class AbstractDualLogEnabled

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.avalon.excalibur.component.AbstractDualLogEnabled
All Implemented Interfaces:
LogEnabled, Loggable
Direct Known Subclasses:
AbstractDualLogEnabledInstrumentable, DefaultComponentFactory, DefaultRoleManager, ExcaliburComponentManager, ExcaliburComponentSelector

Deprecated. ECM is no longer supported

public class AbstractDualLogEnabled
extends AbstractLogEnabled
implements Loggable

A base class for all objects that need to support LogEnabled/Loggable for backwards compatability.

Version:
$Revision: 1.5 $ $Date: 2004/02/28 11:47:14 $
Author:
Avalon Development Team

Constructor Summary
AbstractDualLogEnabled()
          Deprecated.  
 
Method Summary
protected  Logger getLogkitLogger()
          Deprecated.  
 void setLogger(Logger logger)
          Deprecated.  
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDualLogEnabled

public AbstractDualLogEnabled()
Deprecated. 
Method Detail

setLogger

public void setLogger(Logger logger)
Deprecated. 
Specified by:
setLogger in interface Loggable

getLogkitLogger

protected final Logger getLogkitLogger()
Deprecated. 


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