Package weka.core
Interface LogHandler
-
- All Known Implementing Classes:
LogManager
public interface LogHandlerInterface to something that can output messages to a log- Version:
- $Revision: 47640 $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoggergetLog()Get the log in usevoidsetLog(Logger log)Set the log to use
-