|
|||||||||
| Home >> All >> com >> arranger >> jarl >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.arranger.jarl.util
Class Debug

java.lang.Objectcom.arranger.jarl.util.Debug
- public class Debug
- extends java.lang.Object
Debug created on Feb 19, 2003
| Field Summary | |
static int |
DEFAULT_STACK_DEPTH
|
| Constructor Summary | |
Debug()
|
|
| Method Summary | |
static void |
debug(java.lang.String message)
|
static java.lang.String |
getStackTrace(java.lang.Throwable throwable)
|
static void |
warn(java.lang.String message)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
DEFAULT_STACK_DEPTH
public static final int DEFAULT_STACK_DEPTH
- See Also:
- Constant Field Values
| Constructor Detail |
Debug
public Debug()
| Method Detail |
debug
public static void debug(java.lang.String message)
warn
public static void warn(java.lang.String message)
getStackTrace
public static java.lang.String getStackTrace(java.lang.Throwable throwable)
|
|||||||||
| Home >> All >> com >> arranger >> jarl >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.arranger.jarl.util.Debug