|
IDebug © 1997-2001 Joseph Kiniry © 2000-2001 KindSoftware © 1997-1999 Caltech All Rights Reserved |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--idebug.DefaultDebugConstants
The default implementation of debug semantics for the IDebug framework.
| Fields inherited from interface idebug.DebugConstants |
ASSERTION, ASSERTION_LEVEL, CRITICAL, CRITICAL_LEVEL, ERROR, ERROR_LEVEL, ERROR_STRING, FAILED_ASSERTION_STRING, FAILURE, FAILURE_LEVEL, INVALID_THREAD, LEVEL_MAX, LEVEL_MIN, NOTICE, NOTICE_LEVEL, WARNING, WARNING_LEVEL |
| Constructor Summary | |
DefaultDebugConstants()
|
|
| Method Summary | |
boolean |
checkLevel(int l)
Check whether a level is valid, that is, bound byte the minimum and maximum levels of this interface's implementation. |
void |
initCategories(java.util.Hashtable hashtable)
Initializes default categories of debugging facilities. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultDebugConstants()
| Method Detail |
public void initCategories(java.util.Hashtable hashtable)
initCategories in interface DebugConstantshashtable - is the hashtable to initialize.The default debug categories are documented in
DebugConstants.public boolean checkLevel(int l)
DebugConstantsCheck whether a level is valid, that is, bound byte the minimum and maximum levels of this interface's implementation.
checkLevel in interface DebugConstantsl - the level to check.
|
IDebug © 1997-2001 Joseph Kiniry © 2000-2001 KindSoftware © 1997-1999 Caltech All Rights Reserved |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||