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 voidlogMessage(java.lang.String message)Sends the supplied message to the log area.voidstatusMessage(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:
logMessagein 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:
statusMessagein interfaceLogger- Parameters:
message- the status message
-
-