Pass the Java app context information using two separate arrays
[lttng-ust.git] / liblttng-ust-java-agent / java / lttng-ust-agent-log4j / org / lttng / ust / agent / log4j / LttngLog4jApi.java
index 61a041879d44a1adfc52dc53b2fbc0de7dd28b9c..035864c2c2fea7ab2afaa75c029cc53b73c01b94 100644 (file)
@@ -45,5 +45,6 @@ final class LttngLog4jApi {
                        long timestamp,
                        int loglevel,
                        String thread_name,
-                       byte[] contextInformation);
+                       byte[] contextEntries,
+                       byte[] contextStrings);
 }
This page took 0.022811 seconds and 4 git commands to generate.