Skip to content

Commit 3434484

Browse files
committed
Remove author references from the docs[1]
[1] https://lists.apache.org/thread/lh654q6fcwmryvn3ns6zcw8nvkvw8yct
1 parent ca1a7c5 commit 3434484

13 files changed

+0
-15
lines changed

src/site/antora/modules/ROOT/pages/manual/architecture.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
limitations under the License.
1616
////
1717
= Architecture
18-
Ralph Goers <[email protected]>
1918
2019
== Main Components
2120

src/site/antora/modules/ROOT/pages/manual/async.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
limitations under the License.
1616
////
1717
= Lock-free Asynchronous Loggers for Low-Latency Logging
18-
Remko Popma <[email protected]>
1918
2019
Asynchronous logging can improve your application's performance by
2120
executing the I/O operations in a separate thread.

src/site/antora/modules/ROOT/pages/manual/customconfig.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
limitations under the License.
1616
////
1717
= Programmatic Configuration
18-
Ralph Goers <[email protected]>
1918
2019
Log4j 2 provides a few ways for applications to create their own
2120
programmatic configuration:

src/site/antora/modules/ROOT/pages/manual/customloglevels.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
limitations under the License.
1616
////
1717
= Custom Log Levels
18-
Remko Popma <[email protected]>
1918
2019
[[top]]
2120

src/site/antora/modules/ROOT/pages/manual/extending.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
limitations under the License.
1616
////
1717
= Extending Log4j
18-
Ralph Goers <[email protected]>
1918
2019
Log4j provides numerous ways that it can be manipulated and extended.
2120
This section includes an overview of the various ways that are directly

src/site/antora/modules/ROOT/pages/manual/filters.adoc

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
[id=filters]
1818
= Filters
1919
20-
Ralph Goers <[email protected]> Volkan Yazıcı <[email protected]>
21-
2220
Log4j supports filtering of log events at each level of the logging pipeline using two features:
2321
2422
* the `level` attributes that can be set on loggers and appender references,

src/site/antora/modules/ROOT/pages/manual/garbagefree.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
limitations under the License.
1616
////
1717
= Garbage-free Steady State Logging
18-
Remko Popma <[email protected]>
1918
2019
////
2120
Different applications have different performance requirements.

src/site/antora/modules/ROOT/pages/manual/jmx.adoc

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
limitations under the License.
1616
////
1717
= JMX
18-
Remko Popma <[email protected]>
19-
Volkan Yazıcı <[email protected]>
2018
2119
Log4j 2 has built-in support for JMX.
2220

src/site/antora/modules/ROOT/pages/manual/json-template-layout.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
limitations under the License.
1616
////
1717
= JSON Template Layout
18-
Volkan Yazıcı <[email protected]>
1918
2019
`JsonTemplateLayout` is a customizable, efficient, and garbage-free JSON
2120
generating layout. It encodes ``LogEvent``s according to the structure described

src/site/antora/modules/ROOT/pages/manual/layouts.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
limitations under the License.
1616
////
1717
= Layouts
18-
Ralph Goers <[email protected]>; Gary Gregory <[email protected]>; Volkan Yazıcı <[email protected]>
1918
2019
An Appender uses a Layout to format a LogEvent into a form that meets the needs of whatever will be consuming the log event.
2120
In Log4j 1.x and Logback Layouts were expected to transform an event into a String.

src/site/antora/modules/ROOT/pages/manual/logsep.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
limitations under the License.
1616
////
1717
= Logging Separation
18-
Ralph Goers <[email protected]>
1918
2019
There are many well known use cases where applications may share an
2120
environment with other applications and each has a need to have its own,

src/site/antora/modules/ROOT/pages/manual/lookups.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
limitations under the License.
1616
////
1717
= Lookups
18-
Ralph Goers <[email protected]>
1918
2019
Lookups provide a way to add values to the Log4j configuration at
2120
arbitrary places. They are a particular type of Plugin that implements

src/site/antora/modules/ROOT/pages/manual/performance.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
limitations under the License.
1616
////
1717
= Performance
18-
Remko Popma <[email protected]>; Ralph Goers <[email protected]>
1918
2019
////
2120
One of the often-cited arguments against logging is its

0 commit comments

Comments
 (0)