程序包 weka.gui.beans
类 FlowRunner.SimpleLogger
java.lang.Object
weka.gui.beans.FlowRunner.SimpleLogger
- 所有已实现的接口:
Logger
- 封闭类:
- FlowRunner
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
logMessage
(String lm) Sends the supplied message to the log area.void
statusMessage
(String lm) Sends the supplied message to the status line.
-
构造器详细资料
-
SimpleLogger
public SimpleLogger()
-
-
方法详细资料
-
logMessage
从接口复制的说明:Logger
Sends the supplied message to the log area. These message will typically have the current timestamp prepended, and be viewable as a history.- 指定者:
logMessage
在接口中Logger
- 参数:
lm
- the log message
-
statusMessage
从接口复制的说明: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)- 指定者:
statusMessage
在接口中Logger
- 参数:
lm
- the status message.
-