|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface holds the constants for the various debug levels
Field Summary | |
static int |
BASIC
almost always want to see stuff |
static int |
DEBUG_ALL
turn on all the above |
static int |
ERROR
all debug and timers off. |
static int |
METH_DETAIL
further detail of (some) methods |
static int |
METH_ENTER
entrace to most methods |
static int |
METH_EXIT
exit of (some) methods |
static int |
METH_EXT
the other stuff you only want to see if things have gotten really wierd |
static int |
METH_GET
when gets are called |
static int |
METH_SET
when sets are called |
static int |
METH_VARS
content of some of the vars in some methods |
static int |
SHOW_PASS
Show things like DB connect user and password |
Field Detail |
public static final int ERROR
public static final int BASIC
public static final int METH_ENTER
public static final int METH_EXIT
public static final int METH_DETAIL
public static final int METH_VARS
public static final int METH_EXT
public static final int METH_GET
public static final int METH_SET
public static final int SHOW_PASS
public static final int DEBUG_ALL
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |