Package weka.gui.beans
Class FlowRunner.SimpleLogger
java.lang.Object
weka.gui.beans.FlowRunner.SimpleLogger
- All Implemented Interfaces:
Logger
- Enclosing class:
- FlowRunner
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
logMessage
(String lm) Sends the supplied message to the log area.void
statusMessage
(String lm) Sends the supplied message to the status line.
-
Constructor Details
-
SimpleLogger
public SimpleLogger()
-
-
Method Details
-
logMessage
Description copied from interface:Logger
Sends the supplied message to the log area. These message will typically have the current timestamp prepended, and be viewable as a history.- Specified by:
logMessage
in interfaceLogger
- Parameters:
lm
- the log message
-
statusMessage
Description copied from interface:Logger
Sends the supplied message to the status line. These messages are typically one-line status messages to inform the user of progress during processing (i.e. it doesn't matter if the user doesn't happen to look at each message)- Specified by:
statusMessage
in interfaceLogger
- Parameters:
lm
- the status message.
-