Package weka.gui
Class SysErrLog
- java.lang.Object
-
- weka.gui.SysErrLog
-
-
Constructor Summary
Constructors Constructor Description SysErrLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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 interfaceLogger
- 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 interfaceLogger
- Parameters:
message
- the status message
-
-