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
public class OutputLogger extends FileLogger
A logger that logs all output on stdout and stderr to a file.- Version:
- $Revision: 4716 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OutputLogger.OutputPrintStream
A 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 Constructor Description OutputLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRevision()
Returns the revision string.-
Methods inherited from class weka.core.logging.Logger
getMinLevel, getSingleton, log, log
-
-
-
-
Method Detail
-
getRevision
public java.lang.String getRevision()
Returns the revision string.- Specified by:
getRevision
in interfaceRevisionHandler
- Overrides:
getRevision
in classFileLogger
- Returns:
- the revision
-
-