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