LTTng-UST, the Linux Trace Toolkit Next Generation Userspace Tracer, is port of the low-overhead tracing capabilities of the LTTng kernel tracer to user-space. The library "liblttng-ust" enables tracing of applications and libraries.
New & noteworthy in this release: we implemented a Java LOG4J support. (see https://logging.apache.org/log4j/1.2/) Changelog: 2014-10-20 lttng-ust 2.6.0-rc1 * Add missing file to gitignore * Fix: preserve example files' timestamps when copying * Fix: Abort loading log4j agent classes when detected log4j version is too old * Cleanup: Remove the no longer needed liblttng-ust-jul folder * Fix: Wrong CLASSPATH when building liblttng-ust-java oot * Fix: Wrong CLASSPATH when building liblttng-ust-java-agent oot * Rename public structure to avoid collisions * Refactor liblttng-ust-jul in liblttng-ust-agent * Build the liblttng-ust-java library using the new M4 macros * Add M4 macros helpers to build Java programs * Modernize README using Markdown * Documentation: clarify event name in lttng-ust.3 * Add cscope to gitignore * configure.ac: fix "missing jni.h" error message * Fix: remove references to trace_printf() * Change JUL agent to use the new ABI Project website: http://lttng.org Download link: http://lttng.org/download (please refer to the README file for installation instructions) -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
