类 OutputLogger
java.lang.Object
weka.core.logging.Logger
weka.core.logging.ConsoleLogger
weka.core.logging.FileLogger
weka.core.logging.OutputLogger
- 所有已实现的接口:
RevisionHandler
A logger that logs all output on stdout and stderr to a file.
- 版本:
- $Revision: 4716 $
- 作者:
- fracpete (fracpete at waikato dot ac dot nz)
-
嵌套类概要
嵌套类修饰符和类型类说明static class
A print stream class to capture all data from stdout and stderr.从类继承的嵌套类/接口 weka.core.logging.Logger
Logger.Level
-
字段概要
从类继承的字段 weka.core.logging.Logger
PROPERTIES_FILE
-
构造器概要
构造器 -
方法概要
从类继承的方法 weka.core.logging.Logger
getMinLevel, getSingleton, log, log
-
构造器详细资料
-
OutputLogger
public OutputLogger()
-
-
方法详细资料
-
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 覆盖:
getRevision
在类中FileLogger
- 返回:
- the revision
-