|
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 | ||||||||
FrenchConstants is an interface that collects the various constants of the debugging package including debug level ranges, standard debugging messages, etc. It is a subtype of DebugConstants and is used as an example of how to modify the semantics (customize) the debug package.
DebugConstants| Field Summary | |
static java.lang.String |
ASSERTION
|
static int |
ASSERTION_LEVEL
|
static java.lang.String |
CRITICAL
|
static int |
CRITICAL_LEVEL
|
static java.lang.String |
ERROR
|
static int |
ERROR_LEVEL
|
static java.lang.String |
ERROR_STRING
Various messages that can be localized or otherwise customized. |
static java.lang.String |
FAILED_ASSERTION_STRING
|
static java.lang.String |
FAILURE
|
static int |
FAILURE_LEVEL
|
static int |
INVALID_THREAD
|
static int |
LEVEL_MAX
The maximum debug level. |
static int |
LEVEL_MIN
The minimum debug level. |
static java.lang.String |
NOTICE
|
static int |
NOTICE_LEVEL
|
static java.lang.String |
WARNING
|
static int |
WARNING_LEVEL
|
| Method Summary | |
void |
initCategories(java.util.Hashtable hashtable)
Initializes default categories of debugging facilities. |
| Methods inherited from interface idebug.DebugConstants |
checkLevel |
| Field Detail |
public static final int LEVEL_MIN
public static final int LEVEL_MAX
public static final java.lang.String ERROR_STRING
public static final java.lang.String FAILED_ASSERTION_STRING
public static final int ASSERTION_LEVEL
public static final int FAILURE_LEVEL
public static final int CRITICAL_LEVEL
public static final int ERROR_LEVEL
public static final int WARNING_LEVEL
public static final int NOTICE_LEVEL
public static final java.lang.String ASSERTION
public static final java.lang.String FAILURE
public static final java.lang.String CRITICAL
public static final java.lang.String ERROR
public static final java.lang.String WARNING
public static final java.lang.String NOTICE
public static final int INVALID_THREAD
| Method Detail |
public void initCategories(java.util.Hashtable hashtable)
DebugConstantsInitializes default categories of debugging facilities.
initCategories in interface DebugConstantsidebug.DebugConstantshashtable - is the hashtable to initialize.
|
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 | ||||||||