weka.gui
Class SysErrLog

java.lang.Object
  extended by weka.gui.SysErrLog
All Implemented Interfaces:
Logger

public class SysErrLog
extends Object
implements Logger

This Logger just sends messages to System.err.

Version:
$Revision: 8034 $
Author:
Len Trigg ([email protected])

Constructor Summary
SysErrLog()
           
 
Method Summary
 void logMessage(String message)
          Sends the supplied message to the log area.
 void statusMessage(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(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(String message)
Sends the supplied message to the status line.

Specified by:
statusMessage in interface Logger
Parameters:
message - the status message


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.