|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object logging.SystemErrLog
public class SystemErrLog
Field Summary | |
---|---|
private int |
m_logLevel
|
private int |
m_logType
|
Constructor Summary | |
---|---|
SystemErrLog()
|
|
SystemErrLog(int a_logLevel,
int a_logType)
|
Method Summary | |
---|---|
int |
getLogLevel()
Get the current debug level. |
int |
getLogType()
Get the current debug type. |
void |
log(int a_logLevel,
int a_logType,
java.lang.String msg)
Output a debug message. |
void |
setLogLevel(int a_logLevel)
Set the debugging level you would like to output. |
void |
setLogType(int a_logType)
Set the debugging type you like to output. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int m_logLevel
private int m_logType
Constructor Detail |
---|
public SystemErrLog()
public SystemErrLog(int a_logLevel, int a_logType)
Method Detail |
---|
public void log(int a_logLevel, int a_logType, java.lang.String msg)
Log
log
in interface Log
a_logLevel
- The level of the debugging message (EMERG,ALERT,CRIT,ERR,WARNING,NOTICE,INFO,DEBUG)a_logType
- The type of the debugging message (GUI, NET, THREAD, MISC)public void setLogLevel(int a_logLevel)
Log
setLogLevel
in interface Log
a_logLevel
- The debug level (EMERG, ALERT, EXCEPTION, ERR, WARNING, NOTICE, INFO, DEBUG)public void setLogType(int a_logType)
Log
setDebugType(JAPDebug.GUI+JAPDebug.NET)
.
setLogType
in interface Log
a_logType
- The debug type (NUL, GUI, NET, THREAD, MISC)public int getLogType()
getLogType
in interface Log
public int getLogLevel()
getLogLevel
in interface Log
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |