org.jcontainer.dna
Interface LogEnabled

All Known Implementing Classes:
AbstractLogEnabled

public interface LogEnabled

Components implement this interface to be supplied with a Logger.

Version:
$Revision: 1.4 $ $Date: 2003/09/23 08:10:14 $

Method Summary
 void enableLogging(Logger logger)
          Supply the component with the logger.
 

Method Detail

enableLogging

public void enableLogging(Logger logger)
Supply the component with the logger.

Parameters:
logger - the logger.


Copyright © 2003 Codehaus. All Rights Reserved.