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 Detail

      • 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