All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Class weka.gui.SysErrLog

java.lang.Object
   |
   +----weka.gui.SysErrLog

public class SysErrLog
extends Object
implements Logger
This Logger just sends messages to System.err.

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

Constructor Index

 o SysErrLog()

Method Index

 o logMessage(String)
Sends the supplied message to the log area.
 o statusMessage(String)
Sends the supplied message to the status line.

Constructors

 o SysErrLog
 public SysErrLog()

Methods

 o logMessage
 public void logMessage(String message)
Sends the supplied message to the log area. The current timestamp will be prepended.

Parameters:
message - a value of type 'String'
 o statusMessage
 public void statusMessage(String message)
Sends the supplied message to the status line.

Parameters:
message - the status message

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home