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 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 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.

Constructor Detail

 o SysErrLog
public SysErrLog()

Method Detail

 o logMessage
public void logMessage(java.lang.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(java.lang.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