]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.acorn/src/org/simantics/acorn/internal/DebugPolicy.java
Sharing org.simantics.acorn for everyone to use
[simantics/platform.git] / bundles / org.simantics.acorn / src / org / simantics / acorn / internal / DebugPolicy.java
diff --git a/bundles/org.simantics.acorn/src/org/simantics/acorn/internal/DebugPolicy.java b/bundles/org.simantics.acorn/src/org/simantics/acorn/internal/DebugPolicy.java
new file mode 100644 (file)
index 0000000..d694abe
--- /dev/null
@@ -0,0 +1,19 @@
+package org.simantics.acorn.internal;
+
+
+/**
+ * @author Antti Villberg
+ */
+public final class DebugPolicy {
+
+    public static final boolean  REPORT_RESOURCE_ID_ALLOCATION = false;
+    public static final boolean  REPORT_CLUSTER_ID_ALLOCATION = false;
+    public static final boolean  REPORT_CLUSTER_EVENTS = false;
+    public static final boolean  REPORT_CLUSTER_LOADING = false;
+    public static final boolean  REPORT_CLUSTER_LOADING_STACKS = false;
+    public static final boolean  REPORT_CLUSTER_STREAM = false;
+    public static final boolean  CLUSTER_COLLECTION = false;
+    public static final boolean  LOG_SERVER_EVENTS = false;
+    public static final boolean  SHOW_SERVER_EVENTS = false; // Requires LOG_SERVER_EVENTS to be true.
+
+}