|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Log
Method Summary | |
---|---|
int |
getLogLevel()
Get the current debug level. |
int |
getLogType()
Get the current debug type. |
void |
log(int level,
int type,
java.lang.String mesg)
Output a debug message. |
void |
setLogLevel(int level)
Set the debugging level you would like to output. |
void |
setLogType(int type)
Set the debugging type you like to output. |
Method Detail |
---|
void log(int level, int type, java.lang.String mesg)
level
- The level of the debugging message (EMERG,ALERT,CRIT,ERR,WARNING,NOTICE,INFO,DEBUG)type
- The type of the debugging message (GUI, NET, THREAD, MISC)txt
- The message itselfvoid setLogType(int type)
setDebugType(JAPDebug.GUI+JAPDebug.NET)
.
type
- The debug type (NUL, GUI, NET, THREAD, MISC)int getLogType()
void setLogLevel(int level)
level
- The debug level (EMERG, ALERT, EXCEPTION, ERR, WARNING, NOTICE, INFO, DEBUG)int getLogLevel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |