Interface LogEnabled
-
- All Known Implementing Classes:
AbstractLogEnabled
public interface LogEnabledComponents that need to log can implement this interface to be provided Loggers.- Version:
- CVS $Revision: 1.16 $ $Date: 2004/02/11 14:34:25 $
- Author:
- Avalon Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidenableLogging(Logger logger)Provide component with a logger.
-
-
-
Method Detail
-
enableLogging
void enableLogging(Logger logger)
Provide component with a logger.- Parameters:
logger- the logger. Must not benull.
-
-