Uses of Interface
at.tuwien.ifs.feature.extraction.audio.util.LogHandler

Packages that use LogHandler
at.tuwien.ifs.feature.extraction.audio   
at.tuwien.ifs.feature.extraction.audio.util   
 

Uses of LogHandler in at.tuwien.ifs.feature.extraction.audio
 

Classes in at.tuwien.ifs.feature.extraction.audio that implement LogHandler
 class MainGUI
          Copyright Vienna University of Technology
 

Uses of LogHandler in at.tuwien.ifs.feature.extraction.audio.util
 

Classes in at.tuwien.ifs.feature.extraction.audio.util that implement LogHandler
 class FileLogger
          Logs to a file, is a simple wrapper for PrintStreamLogger.
 class PrintStreamLogger
          Loggs to a PrintStream, System.out per default.
 

Fields in at.tuwien.ifs.feature.extraction.audio.util with type parameters of type LogHandler
private static java.util.ArrayList<LogHandler> MyLogger.handlers
           
 

Methods in at.tuwien.ifs.feature.extraction.audio.util with parameters of type LogHandler
static boolean MyLogger.registerLogHandler(LogHandler handler)
          Register a log-handler.
static boolean MyLogger.removeLogHandler(LogHandler handler)
          Remove a log-handler.