public interface DebugControl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright
|
| Modifier and Type | Method and Description |
|---|---|
void |
exitDebug() |
void |
startDebug(java.lang.String className,
java.lang.String methodName) |
void |
stopDebug(java.lang.String className,
java.lang.String methodName) |
static final java.lang.String COPYRIGHT
void startDebug(java.lang.String className,
java.lang.String methodName)
className - the name of the classmethodName - the name of the methodvoid stopDebug(java.lang.String className,
java.lang.String methodName)
className - the name of the classmethodName - the name of the methodvoid exitDebug()