Skip to content

Commit c8a2439

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

14 files changed

+0
-16
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. Log4j 2 makes a

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

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
limitations under the License.
1616
////
1717
= Configuration
18-
Ralph Goers <[email protected]>
1918
2019
Inserting log requests into the application code requires a fair amount
2120
of planning and effort. Observation shows that approximately 4 percent

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 3
18-
Ralph Goers <[email protected]>
1918
2019
Log4j 3 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
@@ -15,8 +15,6 @@
1515
limitations under the License.
1616
////
1717
= Filters
18-
Ralph Goers <[email protected]>
19-
Volkan Yazıcı <[email protected]>
2018
2119
Filters allow Log Events to be evaluated to determine if or how they
2220
should be published. A Filter will be called on one of its `filter`

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. The StatusLogger, ContextSelector,
2220
and all LoggerContexts, LoggerConfigs and Appenders are instrumented

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
2120
the needs of whatever will be consuming the log event. In Log4j 1.x and

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)