|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectagg.attribute.impl.VerboseControl
public class VerboseControl
Field Summary | |
---|---|
static boolean |
logCond
Context (rule) conditions AttrCond (impl by CondTuple) |
static boolean |
logContext
Handling of AttrContext (impl by ContextView / ContextCore ) |
static boolean |
logContextOfInstances
Context of AttrInstance (impl by ValueTuple) |
static boolean |
logCreation
Each creation of any subclass of AttrObject |
static boolean |
logEvent
Events |
static boolean |
logFileIO
Serialization of objects. |
static boolean |
logJexParser
Java expression parser calls |
static boolean |
logMapping
Mapping in an AttrContext (impl by ContextView / ContextCore ) |
static boolean |
logParseTree
Syntax trees of Java expressions. |
static boolean |
logRemoveValue
Removing of variables |
static boolean |
logSetValue
Setting of variables. |
static boolean |
logShowContextView
|
static boolean |
logShowLogWindow
|
static boolean |
logTrace
Traces method calls |
static boolean |
logVar
Context (rule) variables AttrVar (impl by VarTuple) |
static boolean |
logWarning
Errors and Warnings - should always be set! |
Constructor Summary | |
---|---|
VerboseControl()
|
Method Summary | |
---|---|
static void |
setDebug(boolean b)
Enabling / Disabling debug topics. |
static void |
setDebugContext(boolean b)
Debug topic: context handling. |
static void |
setDebugEvent(boolean b)
Debug topic: event handling. |
static void |
setDebugExpr(boolean b)
Debug topic: context handling. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean logShowLogWindow
public static boolean logShowContextView
public static boolean logWarning
public static boolean logFileIO
public static boolean logCreation
public static boolean logContextOfInstances
public static boolean logMapping
public static boolean logContext
public static boolean logCond
public static boolean logVar
public static boolean logSetValue
public static boolean logRemoveValue
public static boolean logEvent
public static boolean logParseTree
public static boolean logJexParser
public static boolean logTrace
Constructor Detail |
---|
public VerboseControl()
Method Detail |
---|
public static void setDebugContext(boolean b)
public static void setDebugExpr(boolean b)
public static void setDebugEvent(boolean b)
public static void setDebug(boolean b)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |