程序包 weka.gui
类 SysErrLog
java.lang.Object
weka.gui.SysErrLog
- 所有已实现的接口:
Logger
This Logger just sends messages to System.err.
- 版本:
- $Revision: 7059 $
- 作者:
- Len Trigg (trigg@cs.waikato.ac.nz)
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
logMessage
(String message) Sends the supplied message to the log area.void
statusMessage
(String message) Sends the supplied message to the status line.
-
构造器详细资料
-
SysErrLog
public SysErrLog()
-
-
方法详细资料
-
logMessage
Sends the supplied message to the log area. The current timestamp will be prepended.- 指定者:
logMessage
在接口中Logger
- 参数:
message
- a value of type 'String'
-
statusMessage
Sends the supplied message to the status line.- 指定者:
statusMessage
在接口中Logger
- 参数:
message
- the status message
-