public final class SwitchesPruningLogging extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
trace
It is a general switch which can be turned off to switch off all printouts.
|
static boolean |
traceAlreadyQueuedConstraint
This switch enables tracing attempt to add the constraint to a queue when
it is already added.
|
static boolean |
traceConsistencyCheck
This switch enables to trace constraints which are being checked for consistency.
|
static boolean |
traceConstraint
It turns on all trace printouts in constraints.
|
static boolean |
traceConstraintFailure
It traces all constraints have failed.
|
static boolean |
traceConstraintImposition
This switch enables to traces the constraints which are being imposed.
|
static boolean |
traceFailedConstraint
It informs what traced constraints failed.
|
static boolean |
traceLevelRemoval
This switch enables to trace remove level operation.
|
static boolean |
traceOperationsOnLevel
This switch enables to trace set the store level.
|
static boolean |
traceQueueingConstraint
This switch enables tracing the constraint added to the constraint queue.
|
static boolean |
traceSearch
It specifies if the search traces are active.
|
static boolean |
traceSearchTree
It traces the decisions within search.
|
static boolean |
traceStore
The switch which enables to switch on/off the switches concerning Store operation.
|
static boolean |
traceStoreRemoveLevel
This switch enables to trace removal of the store level.
|
static boolean |
traceVar
It turns on all trace printouts in variables.
|
static boolean |
traceVariableCreation
This switch enables to trace creation of the variable.
|
Modifier and Type | Method and Description |
---|---|
static void |
log(boolean isEnabled,
Class fromClass,
String pattern,
Object arg1) |
static void |
log(boolean isEnabled,
Class fromClass,
String pattern,
Object[] args) |
static void |
log(boolean isEnabled,
Class fromClass,
String pattern,
Object arg1,
Object arg2) |
public static final boolean trace
public static boolean traceVar
public static boolean traceConstraint
public static final boolean traceStore
public static boolean traceConsistencyCheck
public static boolean traceQueueingConstraint
public static boolean traceAlreadyQueuedConstraint
public static boolean traceConstraintImposition
public static boolean traceFailedConstraint
public static boolean traceLevelRemoval
public static boolean traceConstraintFailure
public static boolean traceStoreRemoveLevel
public static boolean traceVariableCreation
public static boolean traceOperationsOnLevel
public static final boolean traceSearch
public static boolean traceSearchTree
Copyright © 2022. All rights reserved.