You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2018/04/01 01:31:41 UTC

logging-log4j-scala git commit: Add links on homepage

Repository: logging-log4j-scala
Updated Branches:
  refs/heads/sbt cead38950 -> d9a1f89b8


Add links on homepage


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/d9a1f89b
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/d9a1f89b
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/d9a1f89b

Branch: refs/heads/sbt
Commit: d9a1f89b87178674e667fdd1dfe446969da3a694
Parents: cead389
Author: Matt Sicker <bo...@gmail.com>
Authored: Sat Mar 31 20:31:37 2018 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sat Mar 31 20:31:37 2018 -0500

----------------------------------------------------------------------
 src/asciidoctor/index.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/d9a1f89b/src/asciidoctor/index.adoc
----------------------------------------------------------------------
diff --git a/src/asciidoctor/index.adoc b/src/asciidoctor/index.adoc
index 319b5ee..4ded4de 100644
--- a/src/asciidoctor/index.adoc
+++ b/src/asciidoctor/index.adoc
@@ -17,9 +17,9 @@
 = Apache Log4j Scala API
 :toc: left
 
-Log4j Scala API is a Scala logging facade based on Log4j 2.
+Log4j Scala API is a https://www.scala-lang.org/[Scala] logging facade based on https://logging.apache.org/log4j/2.x/[Log4j 2].
 Support for Scala versions 2.10, 2.11, and 2.12 are provided, and experimental support for pre-release versions of 2.13 is also provided.
-Log4j Scala API uses Log4j 2.x as its logging backend by default, but this can also be replaced with compatible libraries (e.g., Logback).
+Log4j Scala API uses Log4j 2.x as its logging backend by default, but this can also be replaced with compatible libraries (e.g., https://logback.qos.ch/[Logback]).
 While this library is not required to use Log4j API in Scala, it does provide idiomatic Scala APIs which are friendlier to use in Scala programs than the Java APIs.
 
 include::usage.adoc[]