Fix: remove JUL loglevel filtering from the agent
authorDavid Goulet <dgoulet@efficios.com>
Wed, 7 May 2014 15:33:41 +0000 (11:33 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 9 May 2014 21:45:19 +0000 (17:45 -0400)
commit12f7cdebcff9ac91fbaa7f55a40ae4d511fec821
tree3fd53e2911b7984e9abbc2a5d77cdaff12df79ee
parentb49957330f2fe80e872a5a3ceed0d0d07364cf08
Fix: remove JUL loglevel filtering from the agent

The loglevel filtering is now done on the UST side setup by
liblttng-ctl. To achieve that, the agent has a new structure to support
two semantic concepts being a LTTng event and a JUL logger that have a
relation of N:1. This addition does not impact the current interfaces of
the agent.

Signed-off-by: David Goulet <dgoulet@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-jul/org/lttng/ust/jul/LTTngEvent.java
liblttng-ust-jul/org/lttng/ust/jul/LTTngLogHandler.java
liblttng-ust-jul/org/lttng/ust/jul/LTTngSessiondCmd2_4.java
liblttng-ust-jul/org/lttng/ust/jul/LTTngTCPSessiondClient.java
This page took 0.024312 seconds and 4 git commands to generate.