Fix: add missing JUL loglevel handling
authorDavid Goulet <dgoulet@efficios.com>
Fri, 24 Jan 2014 17:36:44 +0000 (12:36 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 28 Jan 2014 23:14:09 +0000 (18:14 -0500)
commite3a639d00e6114996532f098b7915c63682dd14e
tree022e978a3b3f199311d10e9573bd737b20ffa81d
parent4e5b8b82eedcbedfa7d1eea1c0a2ea2607a8d4a8
Fix: add missing JUL loglevel handling

JUL loglevels are directly mapped to the Level class from the JUL
interface. A complete listing has been added to the enable-event help
command and to the lttng.h ABI as lttng_loglevel_jul.

Signed-off-by: David Goulet <dgoulet@efficios.com>
include/lttng/lttng.h
src/bin/lttng-sessiond/cmd.c
src/bin/lttng-sessiond/event.c
src/bin/lttng-sessiond/event.h
src/bin/lttng-sessiond/jul.c
src/bin/lttng-sessiond/jul.h
src/bin/lttng/commands/enable_events.c
src/common/sessiond-comm/jul.h
tests/regression/ust/java-jul/test_java_jul
tests/utils/utils.sh
This page took 0.047922 seconds and 4 git commands to generate.