Package weka.core

Interface LogHandler

All Known Implementing Classes:
LogManager

public interface LogHandler
Interface to something that can output messages to a log
Version:
$Revision: 47640 $
Author:
Mark Hall (mhall{[at]}pentaho{[dot]}com)
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the log in use
    void
    Set the log to use
  • Method Details

    • setLog

      void setLog(Logger log)
      Set the log to use
      Parameters:
      log - the log to use
    • getLog

      Logger getLog()
      Get the log in use
      Returns:
      the log in use