Adding log4j agent support
authorDavid Goulet <dgoulet@efficios.com>
Mon, 4 Aug 2014 19:08:38 +0000 (15:08 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 8 Aug 2014 16:34:37 +0000 (12:34 -0400)
commit5cdb6027a2b78fd93aa7f61174625190b5fc3459
treef033afd2598002c75d1fee226c9fc1aab9d7d8bd
parent1b2ef7fe9e5d6396484002b5ba20b798b45519f9
Adding log4j agent support

This adds the log4j domain to the public ABI and "-l, --log4j" option in
the lttng command line tool to be able to use it.

Note that at this commit, the JUL default channel and event name are
used for the log4j domain. That might become specific to the domain in
the long run.

Signed-off-by: David Goulet <dgoulet@efficios.com>
12 files changed:
include/lttng/domain.h
include/lttng/event.h
src/bin/lttng-sessiond/cmd.c
src/bin/lttng-sessiond/main.c
src/bin/lttng/commands/disable_events.c
src/bin/lttng/commands/enable_events.c
src/bin/lttng/commands/list.c
src/bin/lttng/utils.c
src/common/config/config-session-abi.h
src/common/config/config.c
src/common/mi-lttng.c
src/lib/lttng-ctl/lttng-ctl.c
This page took 0.025824 seconds and 4 git commands to generate.