weka.gui
Class SysErrLog

java.lang.Object
  |
  +--weka.gui.SysErrLog
All Implemented Interfaces:
Logger

public class SysErrLog
extends java.lang.Object
implements Logger

This Logger just sends messages to System.err.

Version:
$Revision: 1.3 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)

Constructor Summary
SysErrLog()
           
 
Method Summary
 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


Copyright (c) 2003 David Lindsay, Computer Learning Research Centre, Dept. Computer Science, Royal Holloway, University of London