Log more information in the Java TCP client
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Fri, 17 Feb 2017 21:13:20 +0000 (16:13 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 10 Mar 2017 16:30:24 +0000 (11:30 -0500)
commitf35c6aa089659c7d16867ce4eac740d30c2c0213
treeca9507adb3d2b3bc01b426f7a176f28222301569
parent8e15b42650e1287b333a07fd4a2a26a020a71ded
Log more information in the Java TCP client

Instead of just logging "event enabled" and "event disabled",
also print what event rule was enabled or disabled.

Also print what type of response is sent (success or failure).

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/org/lttng/ust/agent/client/LttngAgentResponse.java
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/client/SessiondDisableEventCommand.java
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondEnableEventCommand.java
This page took 0.024592 seconds and 4 git commands to generate.