Package weka.gui.beans
Interface LogWriter
public interface LogWriter
Interface to be implemented by classes that should be able to write their
own output to the Weka logger. This is useful, for example, for filters
that provide detailed processing instructions.
- Version:
- $Revision: 8034 $
- Author:
- Carsten Pohle (cp AT cpohle de)
-
Method Summary
-
Method Details
-
setLog
Set a logger- Parameters:
logger
- aweka.gui.Logger
value
-