Add LOG4J2 domain to the Log4j 2.x agent
[lttng-ust.git] / src / lib / lttng-ust-java-agent / java / lttng-ust-agent-common / org / lttng / ust / agent / ILttngAgent.java
index ca2358a5f5e125fa4cfcbfb61ecca614e24de42f..ee0397c26a97a05a9bd8c1e93bef19e363dec5b1 100644 (file)
@@ -34,7 +34,7 @@ public interface ILttngAgent<T extends ILttngHandler> {
         * Tracing domains. Corresponds to domains defined by LTTng Tools.
         */
        enum Domain {
-               JUL(3), LOG4J(4);
+               JUL(3), LOG4J(4), LOG4J2(6);
                private int value;
 
                private Domain(int value) {
This page took 0.023056 seconds and 4 git commands to generate.