Package weka.core.logging
Class OutputLogger
java.lang.Object
weka.core.logging.Logger
weka.core.logging.ConsoleLogger
weka.core.logging.FileLogger
weka.core.logging.OutputLogger
- All Implemented Interfaces:
RevisionHandler
A logger that logs all output on stdout and stderr to a file.
- Version:
- $Revision: 15092 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA print stream class to capture all data from stdout and stderr.Nested classes/interfaces inherited from class weka.core.logging.Logger
Logger.Level -
Field Summary
Fields inherited from class weka.core.logging.Logger
PROPERTIES_FILE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class weka.core.logging.Logger
getMinLevel, getSingleton, log, log
-
Constructor Details
-
OutputLogger
public OutputLogger()
-
-
Method Details
-
getRevision
Returns the revision string.- Specified by:
getRevisionin interfaceRevisionHandler- Overrides:
getRevisionin classFileLogger- Returns:
- the revision
-