Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/site/antora/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,5 @@
.Related projects
* {logging-services-url}/log4j/jmx-gui/index.html[Log4j JMX GUI]
* {logging-services-url}/log4j/kotlin/index.html[Log4j Kotlin]
* {logging-services-url}/log4j/scala/index.html[Log4j Scala]
* {logging-services-url}/log4j/tools/index.html[Log4j Tools]
* {logging-services-url}/log4j/transform/index.html[Log4j Transformation Tools]
8 changes: 2 additions & 6 deletions src/site/antora/modules/ROOT/pages/manual/api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,8 @@ This page tries to cover the most prominent Log4j API features.
[TIP]
====
Did you know that Log4j provides specialized APIs for Kotlin and Scala?
Check out
{logging-services-url}/log4j/kotlin/index.html[Log4j Kotlin]
and
{logging-services-url}/log4j/scala/index.html[Log4j Scala]
projects for details.
Did you know that Log4j provides a specialized API for Kotlin?
Check out the {logging-services-url}/log4j/kotlin/index.html[Log4j Kotlin] project for details.
====
[#intro]
Expand Down
6 changes: 1 addition & 5 deletions src/site/antora/modules/ROOT/partials/log4j-features.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ Powerful API::
Log4j is a logging system where the API (called Log4j API) and its implementation (called Log4j Core) is distinctly separate from each other.
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.
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.
Check out the xref:manual/api.adoc[Java API],
{logging-services-url}/log4j/kotlin/index.html[Kotlin API]
and
{logging-services-url}/log4j/scala/index.html[Scala API]
pages for further information.
Check out the xref:manual/api.adoc[Java API] and {logging-services-url}/log4j/kotlin/index.html[Kotlin API] pages for further information.

No vendor lock-in::
Log4j API is a generic logging facade for various logging frameworks.
Expand Down
Loading