at.tuwien.ifs.feature.extraction.audio.util
Class FileLogger

java.lang.Object
  extended by at.tuwien.ifs.feature.extraction.audio.util.PrintStreamLogger
      extended by at.tuwien.ifs.feature.extraction.audio.util.FileLogger
All Implemented Interfaces:
LogHandler

public class FileLogger
extends PrintStreamLogger

Logs to a file, is a simple wrapper for PrintStreamLogger.

Author:
Jakob Frank
See Also:
PrintStreamLogger

Nested Class Summary
 
Nested classes/interfaces inherited from interface at.tuwien.ifs.feature.extraction.audio.util.LogHandler
LogHandler.LogGrade
 
Constructor Summary
FileLogger(java.io.File file)
           
FileLogger(java.lang.String file)
           
 
Method Summary
 
Methods inherited from class at.tuwien.ifs.feature.extraction.audio.util.PrintStreamLogger
appendLog, flushAllLogs, flushLog, setLogGrade
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileLogger

public FileLogger(java.lang.String file)
           throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

FileLogger

public FileLogger(java.io.File file)
           throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException