net.sf.jmp3renamer
Class LoggingArchive

java.lang.Object
  extended by net.sf.jmp3renamer.LoggingArchive

public class LoggingArchive
extends Object


Field Summary
private static Vector log
           
private static Vector observers
           
 
Constructor Summary
LoggingArchive()
           
 
Method Summary
static void addObserver(LogObserver o)
           
static Vector getLog()
           
static void log(Object o, int level, String source)
           
static void notifyObservers(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

observers

private static Vector observers

log

private static Vector log
Constructor Detail

LoggingArchive

public LoggingArchive()
Method Detail

log

public static void log(Object o,
                       int level,
                       String source)

getLog

public static Vector getLog()

addObserver

public static void addObserver(LogObserver o)

notifyObservers

public static void notifyObservers(Object o)