|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.catalina.connector.warp.WarpDebug
Field Summary | |
static boolean |
DEBUG
Our debug flag status (Used to compile out debugging information). |
Method Summary | |
protected static void |
debug(java.lang.Object src,
java.lang.Exception exc)
Dump debugging information for an Exception to standard error. |
protected static void |
debug(java.lang.Object src,
java.lang.String msg)
Dump a debug message to standard error. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final boolean DEBUG
Method Detail |
protected static void debug(java.lang.Object src, java.lang.String msg)
src
- The object source of this debug message.msg
- The debug message to dump.protected static void debug(java.lang.Object src, java.lang.Exception exc)
src
- The object source of this debug message.exc
- The Exception to dump.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |