|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javazoom.Util.Debug
This class implements a simple Debug Tool.
Method Summary | |
void |
close()
Closes log file. |
static Debug |
getInstance()
Returns Debug instance. |
void |
init(java.lang.String filename,
int level)
Inits log file. |
void |
log(int level,
java.lang.String msg)
Sends message to log file. |
void |
setLogLevel(int level)
Sets log level. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Debug getInstance()
public void init(java.lang.String filename, int level)
public void close()
public void setLogLevel(int level)
public void log(int level, java.lang.String msg)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |