Package weka.gui

Class SysErrLog

  • All Implemented Interfaces:
    Logger

    public class SysErrLog
    extends java.lang.Object
    implements Logger
    This Logger just sends messages to System.err.
    Version:
    $Revision: 7059 $
    Author:
    Len Trigg (trigg@cs.waikato.ac.nz)
    • Constructor Summary

      Constructors 
      Constructor Description
      SysErrLog()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void logMessage​(java.lang.String message)
      Sends the supplied message to the log area.
      void statusMessage​(java.lang.String message)
      Sends the supplied message to the status line.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SysErrLog

        public SysErrLog()
    • Method Detail

      • logMessage

        public void logMessage​(java.lang.String message)
        Sends the supplied message to the log area. The current timestamp will be prepended.
        Specified by:
        logMessage in interface Logger
        Parameters:
        message - a value of type 'String'
      • statusMessage

        public void statusMessage​(java.lang.String message)
        Sends the supplied message to the status line.
        Specified by:
        statusMessage in interface Logger
        Parameters:
        message - the status message