Pass the Java app context information using two separate arrays
[lttng-ust.git] / liblttng-ust-java-agent / java / lttng-ust-agent-jul / org / lttng / ust / agent / jul / LttngJulApi.java
index b1f0d0193f615983515d0bf7ad2c1604c958953e..e4d399f795af5a3e5d68f9110d50c277b5ec17bd 100644 (file)
@@ -41,5 +41,6 @@ final class LttngJulApi {
                        long millis,
                        int log_level,
                        int thread_id,
-                       byte[] contextInformation);
+                       byte[] contextEntries,
+                       byte[] contextStrings);
 }
This page took 0.038389 seconds and 4 git commands to generate.