Add LOG4J2 domain to the Log4j 2.x agent
[lttng-ust.git] / src / lib / lttng-ust-java-agent / java / lttng-ust-agent-log4j2 / org / lttng / ust / agent / log4j2 / LttngLog4j2Api.java
index 617d0d113af920968d74789649097df0d8f70538..bc907546852376b1abc1bd1f63d47d6d500f64c7 100644 (file)
@@ -17,5 +17,5 @@ final class LttngLog4j2Api {
 
        static native void tracepointWithContext(String message, String loggerName, String className, String methodName,
                        String fileName, int lineNumber, long timeStamp, int logLevel, String threadName, byte[] contextEntries,
-                       byte[] contextStrings);
-}
+                       byte[] contextStrings, boolean log4j1Compat);
+}
\ No newline at end of file
This page took 0.023184 seconds and 4 git commands to generate.