|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.uwyn.rife.continuations.instrument.ContinuationDebug
public class ContinuationDebug
Configures the debug output of the continuations engine.
Note that this has little use besides for developing on the continuations instrumentation itself.
| Field Summary | |
|---|---|
static Logger |
LOGGER
The logger instance that is used for the debugging. |
static String[] |
OPCODES
An array with textual representations of the bytecode opcodes. |
| Constructor Summary | |
|---|---|
ContinuationDebug()
|
|
| Method Summary | |
|---|---|
static void |
setDebug(boolean debug)
Enables or disables debugging. |
static void |
setTrace(boolean trace)
Configures the tracing of the continuations instrumentation while it's executing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Logger LOGGER
public static final String[] OPCODES
| Constructor Detail |
|---|
public ContinuationDebug()
| Method Detail |
|---|
public static void setTrace(boolean trace)
trace - true if tracing should be enabled; or
false otherwise
public static void setDebug(boolean debug)
debug - true if debugging should be enabled; or
false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||