org.codehaus.dna
Interface LogEnabled

All Known Implementing Classes:
AbstractLogEnabled

public interface LogEnabled

Components implement this interface to be supplied with a Logger.

Version:
$Revision: 1.2 $ $Date: 2004/05/01 09:51:48 $

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-2004 Codehaus. All Rights Reserved.