Introduce a verbose mode for the Java agent ust-app-context
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 4 Feb 2016 23:37:37 +0000 (18:37 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 5 Feb 2016 23:21:15 +0000 (18:21 -0500)
commit6f89bd25c9d43a9831df476b075d74da5a8effa4
tree866cb69c330c15adbaaff02c29412bb2eb16e090
parent0aba9bd79f8cb5cb300e22c74f76db0861345a51
Introduce a verbose mode for the Java agent

If the LTTNG_UST_DEBUG environment variable is defined, log messages
from the Java agent will be sent to stderr. This is in line with the
rest of UST.

Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-java-agent/java/lttng-ust-agent-common/Makefile.am
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/LttngTcpSessiondClient.java
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/context/ContextInfoSerializer.java
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/utils/LttngUstAgentLogger.java [new file with mode: 0644]
This page took 0.024566 seconds and 5 git commands to generate.