|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jmp3renamer.LogEntry
public class LogEntry
| 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 |
|---|
private Object object
private int level
private String source
| Constructor Detail |
|---|
LogEntry(Object o,
int l,
String s)
| Method Detail |
|---|
public Object getObject()
public int getLevel()
public String getSource()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||