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: 8034 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
OutputLogger
public OutputLogger()
getRevision
public String getRevision()
- Returns the revision string.
- Specified by:
getRevision in interface RevisionHandler- Overrides:
getRevision in class FileLogger
- Returns:
- the revision
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.