2 * SPDX-License-Identifier: LGPL-2.1-only
4 * Copyright (C) 2016 EfficiOS Inc.
5 * Copyright (C) 2016 Alexandre Montplaisir <alexmonthy@efficios.com>
8 package org.lttng.ust.agent.log4j2;
11 * Virtual class containing the Java side of the LTTng-log4j JNI API methods.
13 final class LttngLog4j2Api {
15 private LttngLog4j2Api() {
18 static native void tracepointWithContext(String message, String loggerName, String className, String methodName,
19 String fileName, int lineNumber, long timeStamp, int logLevel, String threadName, byte[] contextEntries,
20 byte[] contextStrings);