Interface Loggable
-
public interface Loggable
Deprecated.UseLogEnabled
instead.Components that need to log can implement this interface to be provided Loggers.- Version:
- $Id: Loggable.java 54232 2004-10-10 03:47:08 -0500 (Sun, 10 Oct 2004) niclas $
- Author:
- Avalon Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
setLogger(org.apache.log.Logger logger)
Deprecated.Provide component with a logger.
-