类 FileLogger
java.lang.Object
weka.core.logging.Logger
weka.core.logging.ConsoleLogger
weka.core.logging.FileLogger
- 所有已实现的接口:
RevisionHandler
- 直接已知子类:
OutputLogger
A simple file logger, that just logs to a single file. Deletes the file
when an object gets instantiated.
- 版本:
- $Revision: 7462 $
- 作者:
- fracpete (fracpete at waikato dot ac dot nz)
-
嵌套类概要
从类继承的嵌套类/接口 weka.core.logging.Logger
Logger.Level
-
字段概要
从类继承的字段 weka.core.logging.Logger
PROPERTIES_FILE
-
构造器概要
构造器 -
方法概要
从类继承的方法 weka.core.logging.Logger
getMinLevel, getSingleton, log, log
-
构造器详细资料
-
FileLogger
public FileLogger()
-
-
方法详细资料
-
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 覆盖:
getRevision
在类中ConsoleLogger
- 返回:
- the revision
-