Use compiler-agnostic defines to silence warning
[lttng-tools.git] / doc / man / lttng-disable-event.1.txt
index da6eb2d21e4a606abe381f82cf4d181f5f7865a8..61038137741389e5ef57f11d954fbd8caf95a56b 100644 (file)
@@ -24,7 +24,7 @@ tracepoint or Java/Python logging events:
 
 [verse]
 *lttng* ['linkgenoptions:(GENERAL OPTIONS)'] *disable-event*
-      (option:--userspace | option:--jul | option:--log4j | option:--python) [option:--tracepoint]
+      (option:--userspace | option:--jul | option:--log4j | option:--log4j2 |option:--python) [option:--tracepoint]
       (option:--all-events | 'NAME'[,'NAME']...)
       [option:--session='SESSION'] [option:--channel='CHANNEL']
 
@@ -95,7 +95,10 @@ option:-k, option:--kernel::
     Disable recording event rules in the Linux kernel domain.
 
 option:-l, option:--log4j::
-    Disable recording event rules in the Apache log4j domain.
+    Disable recording event rules in the Apache Log4j 1.x domain.
+
+option:--log4j2::
+    Disable recording event rules in the Apache Log4j 2 domain.
 
 option:-p, option:--python::
     Disable recording event rules in the Python domain.
@@ -142,7 +145,7 @@ option:--tracepoint::
 --
 With the option:--kernel or option:--userspace option:::
     LTTng tracepoint events.
-With the option:--jul, option:--log4j, or option:--python option:::
+With the option:--jul, option:--log4j, option:--log4j2, or option:--python option:::
     Logging events.
 --
 
@@ -173,7 +176,7 @@ $ lttng disable-event --kernel --tracepoint --all-events
 ----
 ====
 
-.Disable specific Apache log4j recording event rules in the default channel of a specific recording session.
+.Disable specific Apache Log4j 1.x recording event rules in the default channel of a specific recording session.
 ====
 See the option:--session option.
 
This page took 0.025678 seconds and 4 git commands to generate.