[156247] Preparation work for LTTng/TMF automated testing in Linux Tools build system.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng / src / org / eclipse / linuxtools / lttng / TraceDebug.java
index 59588eefa7582a4e00259d78f949b289bd4f626b..96eb50dd49614e658df48d2666181bed99dc30de 100644 (file)
@@ -116,6 +116,24 @@ public class TraceDebug {
                return null;\r
        }\r
 \r
+       public static boolean setDEBUG(boolean newValue) {\r
+               boolean oldValue = DEBUG;\r
+               DEBUG = newValue;\r
+               return oldValue;\r
+       }\r
+\r
+       public static boolean setINFO(boolean newValue) {\r
+               boolean oldValue = INFO;\r
+               INFO = newValue;\r
+               return oldValue;\r
+       }\r
+\r
+       public static boolean setWARN(boolean newValue) {\r
+               boolean oldValue = WARN;\r
+               WARN = newValue;\r
+               return oldValue;\r
+       }\r
+\r
        public static boolean isDEBUG() {\r
                return DEBUG;\r
        }\r
This page took 0.031873 seconds and 5 git commands to generate.