Doc: Update README.d
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 25 Apr 2016 19:08:08 +0000 (15:08 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Apr 2016 20:21:45 +0000 (16:21 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
README.md

index 2c61d33992de50a4961261b77cc5092f8c25c83b..48e89ba7b490afd0674790f80dd0205789815085 100644 (file)
--- a/README.md
+++ b/README.md
@@ -204,13 +204,16 @@ This package contains the following elements:
     `liblttng-ust` may be linked at build time.
   - `liblttng-ust-java`: a simple library that uses JNI to allow tracing
     in Java programs.
-  - `liblttng-ust-jul`: a package that includes a JNI library and a JAR
-    library to provide an LTTng-UST logging back-end for Java application
-    using Java Util Logging.
+  - `liblttng-ust-java-agent`: a package that includes a JNI library and a
+    JAR library to provide an LTTng-UST logging back-end for Java
+    applications using Java Util Logging or Log4j.
   - `liblttng-ust-libc-wrapper`: an example library that can be
     preloaded to instrument some calls to libc (currently `malloc()` and
     `free()`) and to POSIX threads (mutexes currently instrumented) in
     any program without need to recompile it.
+  - `liblttng-ust-python-agent`: a package to provide an LTTng-UST
+    logging back-end for Python applications using the standard logging
+    framework.
   - `libringbuffer`: the ring buffer implementation used within LTTng-UST.
   - `snprintf`: an asynchronous signal-safe version of `snprintf()`.
   - `tests`: various test programs.
This page took 0.02516 seconds and 4 git commands to generate.