Add some documentation
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/01713a82 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/01713a82 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/01713a82 Branch: refs/heads/LOG4J-1181 Commit: 01713a8231f1c9a9eaacf2b6f360c97bbdedf3a8 Parents: 6589440 Author: Mikael Ståldal <[email protected]> Authored: Wed Nov 11 11:25:16 2015 +0100 Committer: Mikael Ståldal <[email protected]> Committed: Wed Nov 11 11:25:16 2015 +0100 ---------------------------------------------------------------------- log4j-api-scala_2.11/src/site/site.xml | 52 +++++++++++++++++++++++ log4j-api-scala_2.11/src/site/xdoc/index.xml | 43 +++++++++++++++++++ 2 files changed, 95 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/01713a82/log4j-api-scala_2.11/src/site/site.xml ---------------------------------------------------------------------- diff --git a/log4j-api-scala_2.11/src/site/site.xml b/log4j-api-scala_2.11/src/site/site.xml new file mode 100644 index 0000000..f3c878f --- /dev/null +++ b/log4j-api-scala_2.11/src/site/site.xml @@ -0,0 +1,52 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> +<project name="Log4j Scala API" + xmlns="http://maven.apache.org/DECORATION/1.4.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> + <body> + <links> + <item name="Apache" href="http://www.apache.org/" /> + <item name="Logging Services" href="http://logging.apache.org/"/> + <item name="Log4j" href="../index.html"/> + </links> + + <!-- Component-specific reports --> + <menu ref="reports"/> + + <!-- Overall Project Info --> + <menu name="Log4j Project Information" img="icon-info-sign"> + <item name="Dependencies" href="../dependencies.html" /> + <item name="Dependency Convergence" href="../dependency-convergence.html" /> + <item name="Dependency Management" href="../dependency-management.html" /> + <item name="Project Team" href="../team-list.html" /> + <item name="Mailing Lists" href="../mail-lists.html" /> + <item name="Issue Tracking" href="../issue-tracking.html" /> + <item name="Project License" href="../license.html" /> + <item name="Source Repository" href="../source-repository.html" /> + <item name="Project Summary" href="../project-summary.html" /> + </menu> + + <menu name="Log4j Project Reports" img="icon-cog"> + <item name="Changes Report" href="../changes-report.html" /> + <item name="JIRA Report" href="../jira-report.html" /> + <item name="Surefire Report" href="../surefire-report.html" /> + <item name="RAT Report" href="../rat-report.html" /> + </menu> + </body> +</project> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/01713a82/log4j-api-scala_2.11/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/log4j-api-scala_2.11/src/site/xdoc/index.xml b/log4j-api-scala_2.11/src/site/xdoc/index.xml new file mode 100644 index 0000000..a8bf5ec --- /dev/null +++ b/log4j-api-scala_2.11/src/site/xdoc/index.xml @@ -0,0 +1,43 @@ +<?xml version="1.0"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<document> + <properties> + <title>Log4j 2 Scala API</title> + <author email="[email protected]">Mikael Ståldal</author> + </properties> + + <body> + <section name="Log4j Scala 2 API"> + + <p> + A convenient Scala wrapper for the + <a href="../log4j-api/apidocs/org/apache/logging/log4j/Logger.html">Logger</a> + API. + </p> + + </section> + + <section name="Requirements"> + <p> + Log4j 2 Scala API is dependent on the Log4j 2 API, Scala runtime library and reflection. + </p> + </section> + + </body> +</document> \ No newline at end of file
