Refactor liblttng-ust-jul in liblttng-ust-agent
[lttng-ust.git] / liblttng-ust-jul / org / lttng / ust / jul / LTTngLogHandler.java
index 4c617fb91918f0afe192b66836782bb2178b6d68..008b105ba916a67b3f109e34ecb6afe227f2c370 100644 (file)
@@ -34,18 +34,13 @@ public class LTTngLogHandler extends Handler {
        public int is_root = 0;
        public int refcount = 0;
 
-       public LogManager logManager;
-
        /* Logger object attached to this handler that can trigger a tracepoint. */
        public Map<String, LTTngEvent> enabledEvents =
                Collections.synchronizedMap(new HashMap<String, LTTngEvent>());
 
        /* Constructor */
-       public LTTngLogHandler(LogManager logManager) {
+       public LTTngLogHandler() {
                super();
-
-               this.logManager = logManager;
-
                /* Initialize LTTng UST tracer. */
                LTTngUst.init();
        }
This page took 0.023744 seconds and 4 git commands to generate.