agg.attribute.impl
Class VerboseControl

java.lang.Object
  extended by agg.attribute.impl.VerboseControl
Direct Known Subclasses:
AttrSession

public class VerboseControl
extends java.lang.Object


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

logShowLogWindow

public static boolean logShowLogWindow

logShowContextView

public static boolean logShowContextView

logWarning

public static boolean logWarning
Errors and Warnings - should always be set!


logFileIO

public static boolean logFileIO
Serialization of objects.


logCreation

public static boolean logCreation
Each creation of any subclass of AttrObject


logContextOfInstances

public static boolean logContextOfInstances
Context of AttrInstance (impl by ValueTuple)


logMapping

public static boolean logMapping
Mapping in an AttrContext (impl by ContextView / ContextCore )


logContext

public static boolean logContext
Handling of AttrContext (impl by ContextView / ContextCore )


logCond

public static boolean logCond
Context (rule) conditions AttrCond (impl by CondTuple)


logVar

public static boolean logVar
Context (rule) variables AttrVar (impl by VarTuple)


logSetValue

public static boolean logSetValue
Setting of variables.


logRemoveValue

public static boolean logRemoveValue
Removing of variables


logEvent

public static boolean logEvent
Events


logParseTree

public static boolean logParseTree
Syntax trees of Java expressions.


logJexParser

public static boolean logJexParser
Java expression parser calls


logTrace

public static boolean logTrace
Traces method calls

Constructor Detail

VerboseControl

public VerboseControl()
Method Detail

setDebugContext

public static void setDebugContext(boolean b)
Debug topic: context handling.


setDebugExpr

public static void setDebugExpr(boolean b)
Debug topic: context handling.


setDebugEvent

public static void setDebugEvent(boolean b)
Debug topic: event handling.


setDebug

public static void setDebug(boolean b)
Enabling / Disabling debug topics.