Log more information in the Java TCP client
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Fri, 17 Feb 2017 21:13:20 +0000 (16:13 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 18 Feb 2017 22:48:10 +0000 (17:48 -0500)
commit2c2680484c1892cd08bc6aba10cab81f23378d0d
treeef48c4639533857102aef2e838c4921b07000a68
parent165e334f49f36a44664fc81851efa43e1e8ee15b
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>
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.024949 seconds and 5 git commands to generate.