org.apache.avalon.excalibur.component
Class AbstractDualLogEnabled

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.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. Provide component with a logger.
 
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. 
Description copied from interface: Loggable
Provide component with a logger.

Specified by:
setLogger in interface Loggable
Parameters:
logger - the logger

getLogkitLogger

protected final Logger getLogkitLogger()
Deprecated. 


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