Add ScalaDoc links
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/a5726dee Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/a5726dee Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/a5726dee Branch: refs/heads/master Commit: a5726deeff75b0e1adcd4f0557003726341aab8d Parents: e665ddf Author: Matt Sicker <[email protected]> Authored: Sat Mar 31 20:03:08 2018 -0500 Committer: Matt Sicker <[email protected]> Committed: Sat Mar 31 20:03:08 2018 -0500 ---------------------------------------------------------------------- src/asciidoctor/index.adoc | 1 - src/asciidoctor/usage.adoc | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/a5726dee/src/asciidoctor/index.adoc ---------------------------------------------------------------------- diff --git a/src/asciidoctor/index.adoc b/src/asciidoctor/index.adoc index 6eccdfb..01ef6ce 100644 --- a/src/asciidoctor/index.adoc +++ b/src/asciidoctor/index.adoc @@ -34,7 +34,6 @@ include::build.adoc[] TODO: * Apache logo * License report -* ScalaDocs links * Project links * Dependency report //// \ No newline at end of file http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/a5726dee/src/asciidoctor/usage.adoc ---------------------------------------------------------------------- diff --git a/src/asciidoctor/usage.adoc b/src/asciidoctor/usage.adoc index cc65bad..93381a4 100644 --- a/src/asciidoctor/usage.adoc +++ b/src/asciidoctor/usage.adoc @@ -36,6 +36,21 @@ class MyClass extends BaseClass with Logging { } ---- +=== API Documentation + +|=== +|Scala Version |API Link + +|Scala 2.10 +|https://logging.apache.org/log4j/scala/log4j-api-scala_2.10/scaladocs/[ScalaDocs] + +|Scala 2.11 +|https://logging.apache.org/log4j/scala/log4j-api-scala_2.11/scaladocs/[ScalaDocs] + +|Scala 2.12 +|https://logging.apache.org/log4j/scala/log4j-api-scala_2.12/scaladocs/[ScalaDocs] +|=== + == Configuration Log4j Scala API uses https://logging.apache.org/log4j/2.x/manual/configuration.html[Log4j configuration] by default.
