File tree Expand file tree Collapse file tree 5 files changed +6
-10
lines changed
log4j-jakarta-web/src/main/java/org/apache/logging/log4j/web
log4j-web/src/main/java/org/apache/logging/log4j/web
src/site/antora/modules/ROOT/pages Expand file tree Collapse file tree 5 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
/**
19
- * The classes in this package are responsible for properly initializing and deinitializing Log4j in a Java EE web
19
+ * The classes in this package are responsible for properly initializing and deinitializing Log4j in a Jakarta EE web
20
20
* application.
21
21
*
22
- * @see <a href="https://logging.apache.org/log4j/2.x/manual/webapp .html">Using Log4j 2 in Web Applications</a>
22
+ * @see <a href="https://logging.apache.org/log4j/2.x/jakarta .html#log4j-jakarta-web">Integrating Log4j with Web Applications</a>
23
23
*/
24
24
@ Export
25
25
@ Version ("2.20.1" )
Original file line number Diff line number Diff line change 19
19
* The classes in this package are responsible for properly initializing and deinitializing Log4j in a Java EE web
20
20
* application.
21
21
*
22
- * @see <a href="https://logging.apache.org/log4j/2.x/manual/webapp .html">Using Log4j 2 in Web Applications</a>
22
+ * @see <a href="https://logging.apache.org/log4j/2.x/jakarta .html#log4j-jakarta-web">Integrating Log4j with Web Applications</a>
23
23
*/
24
24
@ Export
25
25
@ Version ("2.20.1" )
Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ The table below contains links to the Javadoc API Documentation for the componen
30
30
| link:javadoc/log4j-jakarta-web/index.html[Log4j Web]
31
31
| Tools to use Log4j Core in Jakarta EE applications.
32
32
33
- | link:javadoc/log4j-flume-ng/index.html[Log4j Flume]
34
- | Tools to use Log4j Core with Apache Flume.
35
-
36
33
| link:javadoc/log4j-jpa/index.html[Log4j JPA]
37
34
| Tools to use Log4j Core with the Java Persistence API.
38
35
|===
Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ It allows adding or updating the keys of the `MapMessage`.
535
535
536
536
| [[MapRewritePolicy-attr-mode]]mode
537
537
| link:../../javadoc/log4j-core/org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.Mode.html[`MapRewritePolicy.Mode`]
538
- | link:../https://logging.apache.org/log4j/2.x /javadoc/log4j-core/org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.Mode.html#Add[`Add`]
538
+ | link:../.. /javadoc/log4j-core/org/apache/logging/log4j/core/appender/rewrite/MapRewritePolicy.Mode.html#Add[`Add`]
539
539
a|
540
540
It determines which map entries to modify:
541
541
Original file line number Diff line number Diff line change @@ -306,9 +306,8 @@ xref:plugin-reference.adoc#org-apache-logging-log4j_log4j-flume-ng_org-apache-lo
306
306
=== Flume event factories
307
307
308
308
Flume event factories are Log4j plugins that implement the
309
- link:../../javadoc/log4j-flume-ng/org/apache/logging/log4j/flume/appender/FlumeEventFactory.html[`FlumeEventFactory`]
310
- and allow to customize the way log events are transformed into
311
- link:../../javadoc/log4j-flume-ng/org/apache/logging/log4j/flume/appender/FlumeEvent.html[`FlumeEvent`]s.
309
+ `org.apache.logging.log4j.flume.appender.FlumeEventFactory`
310
+ and allow to customize the way log events are transformed into `org.apache.logging.log4j.flume.appender.FlumeEvent`s.
312
311
313
312
xref:plugin-reference.adoc#org-apache-logging-log4j_log4j-flume-ng_org-apache-logging-log4j-flume-appender-FlumeEventFactory[{plugin-reference-marker} Plugin reference for `FlumeEventFactory`]
314
313
You can’t perform that action at this time.
0 commit comments