net.sf.jmp3renamer
Class LoggingArchive
java.lang.Object
   net.sf.jmp3renamer.LoggingArchive
net.sf.jmp3renamer.LoggingArchive
- public class LoggingArchive 
- extends Object
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
observers
private static Vector observers
log
private static Vector log
LoggingArchive
public LoggingArchive()
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)
-