Skip to content

Commit 672eaf5

Browse files
committed
Retire Log4j Scala (#4030)
1 parent 137cb0b commit 672eaf5

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

src/site/antora/modules/ROOT/nav.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,5 @@
8787
.Related projects
8888
* {logging-services-url}/log4j/jmx-gui/index.html[Log4j JMX GUI]
8989
* {logging-services-url}/log4j/kotlin/index.html[Log4j Kotlin]
90-
* {logging-services-url}/log4j/scala/index.html[Log4j Scala]
9190
* {logging-services-url}/log4j/tools/index.html[Log4j Tools]
9291
* {logging-services-url}/log4j/transform/index.html[Log4j Transformation Tools]

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,8 @@ This page tries to cover the most prominent Log4j API features.
4242
4343
[TIP]
4444
====
45-
Did you know that Log4j provides specialized APIs for Kotlin and Scala?
46-
Check out
47-
{logging-services-url}/log4j/kotlin/index.html[Log4j Kotlin]
48-
and
49-
{logging-services-url}/log4j/scala/index.html[Log4j Scala]
50-
projects for details.
45+
Did you know that Log4j provides a specialized API for Kotlin?
46+
Check out the {logging-services-url}/log4j/kotlin/index.html[Log4j Kotlin] project for details.
5147
====
5248
5349
[#intro]

src/site/antora/modules/ROOT/partials/log4j-features.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ Powerful API::
3939
Log4j is a logging system where the API (called Log4j API) and its implementation (called Log4j Core) is distinctly separate from each other.
4040
xref:manual/api.adoc[Log4j API] provides the most feature-rich logging facade in the market; support for various `Message` types (such as `Object` or `Map`) besides plain `String`, lambda expressions, parameterized logging, markers, levels, diagnostic contexts (aka. MDC/NDC), etc.
4141
Log4j team takes backward compatibility very seriously and makes sure people relying on Log4j API gets a logging facade that is straightforward to use in a correct and future-proof way.
42-
Check out the xref:manual/api.adoc[Java API],
43-
{logging-services-url}/log4j/kotlin/index.html[Kotlin API]
44-
and
45-
{logging-services-url}/log4j/scala/index.html[Scala API]
46-
pages for further information.
42+
Check out the xref:manual/api.adoc[Java API] and {logging-services-url}/log4j/kotlin/index.html[Kotlin API] pages for further information.
4743
4844
No vendor lock-in::
4945
Log4j API is a generic logging facade for various logging frameworks.

0 commit comments

Comments
 (0)