net.sf.jmp3renamer
Class LogEntry

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

public class LogEntry
extends Object


Field Summary
private  int level
           
private  Object object
           
private  String source
           
 
Constructor Summary
LogEntry(Object o, int l, String s)
           
 
Method Summary
 int getLevel()
           
 Object getObject()
           
 String getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

private Object object

level

private int level

source

private String source
Constructor Detail

LogEntry

LogEntry(Object o,
         int l,
         String s)
Method Detail

getObject

public Object getObject()

getLevel

public int getLevel()

getSource

public String getSource()