Interface LogEnabled
-
- All Known Implementing Classes:
AbstractLogEnabled
public interface LogEnabled
Components that need to log can implement this interface to be provided Loggers.- Version:
- CVS $Revision: 1.14 $ $Date: 2003/02/11 15:58:41 $
- Author:
- Avalon Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
enableLogging(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
.
-
-