Added: websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/index.html ============================================================================== --- websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/index.html (added) +++ websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/index.html Sun Aug 20 17:59:02 2017 @@ -0,0 +1,175 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- + 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. +--> +<!-- Generated by Apache Maven Doxia at 2017-08-20 --> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>Log4j Scala API – Log4j Scala 2.11 API - Scala 2.11 wrapper for Log4j API</title> + <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> + <link rel="stylesheet" href="./css/site.css" type="text/css" /> + <script type="text/javascript" src="./js/jquery.min.js"></script> + <script type="text/javascript" src="./js/bootstrap.min.js"></script> + <script type="text/javascript" src="./js/prettify.min.js"></script> + <script type="text/javascript" src="./js/site.js"></script> + <meta name="Date-Revision-yyyymmdd" content="20170820" /> + <meta http-equiv="Content-Language" content="en" /> + + </head> + <body class="composite"> + <a href="https://logging.apache.org/"> + <img class="logo-left" src="./images/ls-logo.jpg" alt="Apache logging services logo" /> + </a> + <img class="logo-right" src="./images/logo.png" alt="Apache log4j logo" /> + <div class="clear"></div> + + <div class="navbar"> + <div class="navbar-inner"> + <div class="container-fluid"> + <a class="brand" href="http://logging.apache.org/log4j/2.x/log4j-api-scala_2.11/">Scala 2.11 wrapper for Log4j API ™</a> + <ul class="nav"> + <li> + + + <a href="http://www.apache.org/" class="external" target="_blank" title="Apache">Apache</a> + </li> + <li> + <a href="../../../" title="Logging Services">Logging Services</a> + </li> + <li> + <a href="../index.html" title="Log4j">Log4j</a> + </li> + </ul> + </div> + </div> + </div> + + <div class="container-fluid"> + <table class="layout-table"> + <tr> + <td class="sidebar"> + <div class="well sidebar-nav"> + <ul class="nav nav-list"> + <li class="nav-header">Component Documentation</li> + <li class="expanded"> + <a href="project-info.html" title="Component Information">Component Information</a> + <ul> + <li class="none"> + <a href="dependencies.html" title="Dependencies">Dependencies</a> + </li> + <li class="none"> + <a href="dependency-info.html" title="Dependency Information">Dependency Information</a> + </li> + <li class="none"> + <a href="dependency-management.html" title="Dependency Management">Dependency Management</a> + </li> + <li class="none"> + <a href="distribution-management.html" title="Distribution Management">Distribution Management</a> + </li> + <li class="none active"> + <a href="index.html" title="About">About</a> + </li> + <!-- Removing overall project item Issue Management from component-specific menu --> + <!-- Removing overall project item Licenses from component-specific menu --> + <!-- Removing overall project item Mailing Lists from component-specific menu --> + <li class="none"> + <a href="plugin-management.html" title="Plugin Management">Plugin Management</a> + </li> + <li class="none"> + <a href="plugins.html" title="Plugins">Plugins</a> + </li> + <!-- Removing overall project item Source Code Management from component-specific menu --> + <li class="none"> + <a href="project-summary.html" title="Summary">Summary</a> + </li> + </ul> + </li> + <li class="collapsed"> + <a href="project-reports.html" title="Component Reports">Component Reports</a> + </li> + </ul> + </div> + <div id="poweredBy"> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="poweredBy" alt="Built by Maven" src="./images/maven-feather.png" /> + </a> + </div> + </td> + <td class="content"> + <!-- + 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. +--><h1>Log4j Scala 2.11 API</h1> +<div class="section"> +<h2><a name="Requirements"></a>Requirements</h2> +<p>Log4j Scala API for Scala 2.11 requires Log4j API, Java 7, the Scala runtime library, and the Scala reflection library. To use Log4j as a logging implementation, then Log4j Core must also be included. Instructions on using these dependencies are in the <a href="dependency-info.html">dependency information page</a>, and additional information is included in the <a href="../maven-artifacts.html">Log4j artifacts</a> page.</p></div> +<div class="section"> +<h2><a name="Example_Usage"></a>Example Usage</h2> + +<div> +<pre class="prettyprint linenums"> +import org.apache.logging.log4j.scala.Logging +import org.apache.logging.log4j.Level + +class MyClass extends BaseClass with Logging { + def doStuff(): Unit = { + logger.info("Doing stuff") + } + def doStuffWithLevel(level: Level): Unit = { + logger(level, "Doing stuff with arbitrary level") + } +} +</pre></div></div> +<div class="section"> +<h2><a name="Configuration"></a>Configuration</h2> +<p>Log4j Scala 2.11 API uses the standard <a href="../configuration.html">Log4j configuration</a> plugins. This supports XML, properties files, and a configuration builder DSL by default, and it optionally supports JSON and YAML formats with some additional Jackson dependencies.</p></div> +<div class="section"> +<h2><a name="Substituting_Parameters"></a>Substituting Parameters</h2> +<p>In the Java API, parameters to a log message are interpolated using various strategies. In the Scala API, <a class="externalLink" href="http://docs.scala-lang.org/overviews/core/string-interpolation.html">string interpolation</a> is used instead. As all logger methods are implemented as macros, string construction and method invocations will only occur when logging is enabled for the given log level. For example:</p> + +<div> +<pre class="prettyprint linenums"> +logger.debug(s"Logging in user ${user.getName} with birthday ${user.calcBirthday}") +</pre></div></div> +<div class="section"> +<h2><a name="Logger_Names"></a>Logger Names</h2> +<p>Most logging implementations use a hierarchical scheme for matching logger names with logging configuration. In this scheme the logger name hierarchy is represented by ‘.’ characters in the logger name, in a fashion very similar to the hierarchy used for Java/Scala package names. The <a href="scaladocs/index.html#org.apache.logging.log4j.scala.Logging"><tt>Logging</tt> trait</a> will automatically name the Logger accordingly to the class it is being used in.</p></div> + </td> + </tr> + </table> + </div> + + <div class="footer"> + <p>Copyright © 1999-2017 <a class="external" href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> + <p>Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the Apache Logging project logo are trademarks of The Apache Software Foundation.</p> + <p>Site powered by <a class="external" href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p> + </div> + </div> + </body> +</html>
Added: websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/issue-tracking.html ============================================================================== --- websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/issue-tracking.html (added) +++ websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/issue-tracking.html Sun Aug 20 17:59:02 2017 @@ -0,0 +1,133 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- + 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. +--> +<!-- Generated by Apache Maven Doxia at 2017-08-20 --> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>Log4j Scala API – Issue Management - Scala 2.11 wrapper for Log4j API</title> + <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> + <link rel="stylesheet" href="./css/site.css" type="text/css" /> + <script type="text/javascript" src="./js/jquery.min.js"></script> + <script type="text/javascript" src="./js/bootstrap.min.js"></script> + <script type="text/javascript" src="./js/prettify.min.js"></script> + <script type="text/javascript" src="./js/site.js"></script> + <meta name="Date-Revision-yyyymmdd" content="20170820" /> + <meta http-equiv="Content-Language" content="en" /> + + </head> + <body class="composite"> + <a href="https://logging.apache.org/"> + <img class="logo-left" src="./images/ls-logo.jpg" alt="Apache logging services logo" /> + </a> + <img class="logo-right" src="./images/logo.png" alt="Apache log4j logo" /> + <div class="clear"></div> + + <div class="navbar"> + <div class="navbar-inner"> + <div class="container-fluid"> + <a class="brand" href="http://logging.apache.org/log4j/2.x/log4j-api-scala_2.11/">Scala 2.11 wrapper for Log4j API ™</a> + <ul class="nav"> + <li> + + + <a href="http://www.apache.org/" class="external" target="_blank" title="Apache">Apache</a> + </li> + <li> + <a href="../../../" title="Logging Services">Logging Services</a> + </li> + <li> + <a href="../index.html" title="Log4j">Log4j</a> + </li> + </ul> + </div> + </div> + </div> + + <div class="container-fluid"> + <table class="layout-table"> + <tr> + <td class="sidebar"> + <div class="well sidebar-nav"> + <ul class="nav nav-list"> + <li class="nav-header">Component Documentation</li> + <li class="expanded"> + <a href="project-info.html" title="Component Information">Component Information</a> + <ul> + <li class="none"> + <a href="dependencies.html" title="Dependencies">Dependencies</a> + </li> + <li class="none"> + <a href="dependency-info.html" title="Dependency Information">Dependency Information</a> + </li> + <li class="none"> + <a href="dependency-management.html" title="Dependency Management">Dependency Management</a> + </li> + <li class="none"> + <a href="distribution-management.html" title="Distribution Management">Distribution Management</a> + </li> + <li class="none"> + <a href="index.html" title="About">About</a> + </li> + <!-- Removing overall project item Issue Management from component-specific menu --> + <!-- Removing overall project item Licenses from component-specific menu --> + <!-- Removing overall project item Mailing Lists from component-specific menu --> + <li class="none"> + <a href="plugin-management.html" title="Plugin Management">Plugin Management</a> + </li> + <li class="none"> + <a href="plugins.html" title="Plugins">Plugins</a> + </li> + <!-- Removing overall project item Source Code Management from component-specific menu --> + <li class="none"> + <a href="project-summary.html" title="Summary">Summary</a> + </li> + </ul> + </li> + <li class="collapsed"> + <a href="project-reports.html" title="Component Reports">Component Reports</a> + </li> + </ul> + </div> + <div id="poweredBy"> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="poweredBy" alt="Built by Maven" src="./images/maven-feather.png" /> + </a> + </div> + </td> + <td class="content"> + <div class="section"> +<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a> +<p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a>.</p></div> +<div class="section"> +<h2><a name="Issue_Management"></a>Issue Management</h2><a name="Issue_Management"></a> +<p>Issues, bugs, and feature requests should be submitted to the following issue management system for this project.</p> +<div class="source"> +<pre><a class="externalLink" href="https://issues.apache.org/jira/browse/LOG4J2">https://issues.apache.org/jira/browse/LOG4J2</a></pre></div></div> + </td> + </tr> + </table> + </div> + + <div class="footer"> + <p>Copyright © 1999-2017 <a class="external" href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> + <p>Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the Apache Logging project logo are trademarks of The Apache Software Foundation.</p> + <p>Site powered by <a class="external" href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p> + </div> + </div> + </body> +</html> Added: websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/license.html ============================================================================== --- websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/license.html (added) +++ websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/license.html Sun Aug 20 17:59:02 2017 @@ -0,0 +1,336 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- + 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. +--> +<!-- Generated by Apache Maven Doxia at 2017-08-20 --> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>Log4j Scala API – Project Licenses - Scala 2.11 wrapper for Log4j API</title> + <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> + <link rel="stylesheet" href="./css/site.css" type="text/css" /> + <script type="text/javascript" src="./js/jquery.min.js"></script> + <script type="text/javascript" src="./js/bootstrap.min.js"></script> + <script type="text/javascript" src="./js/prettify.min.js"></script> + <script type="text/javascript" src="./js/site.js"></script> + <meta name="Date-Revision-yyyymmdd" content="20170820" /> + <meta http-equiv="Content-Language" content="en" /> + + </head> + <body class="composite"> + <a href="https://logging.apache.org/"> + <img class="logo-left" src="./images/ls-logo.jpg" alt="Apache logging services logo" /> + </a> + <img class="logo-right" src="./images/logo.png" alt="Apache log4j logo" /> + <div class="clear"></div> + + <div class="navbar"> + <div class="navbar-inner"> + <div class="container-fluid"> + <a class="brand" href="http://logging.apache.org/log4j/2.x/log4j-api-scala_2.11/">Scala 2.11 wrapper for Log4j API ™</a> + <ul class="nav"> + <li> + + + <a href="http://www.apache.org/" class="external" target="_blank" title="Apache">Apache</a> + </li> + <li> + <a href="../../../" title="Logging Services">Logging Services</a> + </li> + <li> + <a href="../index.html" title="Log4j">Log4j</a> + </li> + </ul> + </div> + </div> + </div> + + <div class="container-fluid"> + <table class="layout-table"> + <tr> + <td class="sidebar"> + <div class="well sidebar-nav"> + <ul class="nav nav-list"> + <li class="nav-header">Component Documentation</li> + <li class="expanded"> + <a href="project-info.html" title="Component Information">Component Information</a> + <ul> + <li class="none"> + <a href="dependencies.html" title="Dependencies">Dependencies</a> + </li> + <li class="none"> + <a href="dependency-info.html" title="Dependency Information">Dependency Information</a> + </li> + <li class="none"> + <a href="dependency-management.html" title="Dependency Management">Dependency Management</a> + </li> + <li class="none"> + <a href="distribution-management.html" title="Distribution Management">Distribution Management</a> + </li> + <li class="none"> + <a href="index.html" title="About">About</a> + </li> + <!-- Removing overall project item Issue Management from component-specific menu --> + <!-- Removing overall project item Licenses from component-specific menu --> + <!-- Removing overall project item Mailing Lists from component-specific menu --> + <li class="none"> + <a href="plugin-management.html" title="Plugin Management">Plugin Management</a> + </li> + <li class="none"> + <a href="plugins.html" title="Plugins">Plugins</a> + </li> + <!-- Removing overall project item Source Code Management from component-specific menu --> + <li class="none"> + <a href="project-summary.html" title="Summary">Summary</a> + </li> + </ul> + </li> + <li class="collapsed"> + <a href="project-reports.html" title="Component Reports">Component Reports</a> + </li> + </ul> + </div> + <div id="poweredBy"> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="poweredBy" alt="Built by Maven" src="./images/maven-feather.png" /> + </a> + </div> + </td> + <td class="content"> + <div class="section"> +<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a> +<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div> +<div class="section"> +<h2><a name="Project_Licenses"></a>Project Licenses</h2><a name="Project_Licenses"></a> +<div class="section"> +<h3><a name="Apache_License_Version_2.0"></a>Apache License, Version 2.0</h3><a name="Apache_License_Version_2.0"></a> +<div class="source"> +<pre> + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed 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. +</pre></div></div></div> + </td> + </tr> + </table> + </div> + + <div class="footer"> + <p>Copyright © 1999-2017 <a class="external" href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> + <p>Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the Apache Logging project logo are trademarks of The Apache Software Foundation.</p> + <p>Site powered by <a class="external" href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p> + </div> + </div> + </body> +</html> Added: websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/mail-lists.html ============================================================================== --- websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/mail-lists.html (added) +++ websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/mail-lists.html Sun Aug 20 17:59:02 2017 @@ -0,0 +1,147 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- + 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. +--> +<!-- Generated by Apache Maven Doxia at 2017-08-20 --> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>Log4j Scala API – Project Mailing Lists - Scala 2.11 wrapper for Log4j API</title> + <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> + <link rel="stylesheet" href="./css/site.css" type="text/css" /> + <script type="text/javascript" src="./js/jquery.min.js"></script> + <script type="text/javascript" src="./js/bootstrap.min.js"></script> + <script type="text/javascript" src="./js/prettify.min.js"></script> + <script type="text/javascript" src="./js/site.js"></script> + <meta name="Date-Revision-yyyymmdd" content="20170820" /> + <meta http-equiv="Content-Language" content="en" /> + + </head> + <body class="composite"> + <a href="https://logging.apache.org/"> + <img class="logo-left" src="./images/ls-logo.jpg" alt="Apache logging services logo" /> + </a> + <img class="logo-right" src="./images/logo.png" alt="Apache log4j logo" /> + <div class="clear"></div> + + <div class="navbar"> + <div class="navbar-inner"> + <div class="container-fluid"> + <a class="brand" href="http://logging.apache.org/log4j/2.x/log4j-api-scala_2.11/">Scala 2.11 wrapper for Log4j API ™</a> + <ul class="nav"> + <li> + + + <a href="http://www.apache.org/" class="external" target="_blank" title="Apache">Apache</a> + </li> + <li> + <a href="../../../" title="Logging Services">Logging Services</a> + </li> + <li> + <a href="../index.html" title="Log4j">Log4j</a> + </li> + </ul> + </div> + </div> + </div> + + <div class="container-fluid"> + <table class="layout-table"> + <tr> + <td class="sidebar"> + <div class="well sidebar-nav"> + <ul class="nav nav-list"> + <li class="nav-header">Component Documentation</li> + <li class="expanded"> + <a href="project-info.html" title="Component Information">Component Information</a> + <ul> + <li class="none"> + <a href="dependencies.html" title="Dependencies">Dependencies</a> + </li> + <li class="none"> + <a href="dependency-info.html" title="Dependency Information">Dependency Information</a> + </li> + <li class="none"> + <a href="dependency-management.html" title="Dependency Management">Dependency Management</a> + </li> + <li class="none"> + <a href="distribution-management.html" title="Distribution Management">Distribution Management</a> + </li> + <li class="none"> + <a href="index.html" title="About">About</a> + </li> + <!-- Removing overall project item Issue Management from component-specific menu --> + <!-- Removing overall project item Licenses from component-specific menu --> + <!-- Removing overall project item Mailing Lists from component-specific menu --> + <li class="none"> + <a href="plugin-management.html" title="Plugin Management">Plugin Management</a> + </li> + <li class="none"> + <a href="plugins.html" title="Plugins">Plugins</a> + </li> + <!-- Removing overall project item Source Code Management from component-specific menu --> + <li class="none"> + <a href="project-summary.html" title="Summary">Summary</a> + </li> + </ul> + </li> + <li class="collapsed"> + <a href="project-reports.html" title="Component Reports">Component Reports</a> + </li> + </ul> + </div> + <div id="poweredBy"> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="poweredBy" alt="Built by Maven" src="./images/maven-feather.png" /> + </a> + </div> + </td> + <td class="content"> + <div class="section"> +<h2><a name="Project_Mailing_Lists"></a>Project Mailing Lists</h2><a name="Project_Mailing_Lists"></a> +<p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>Name</th> +<th>Subscribe</th> +<th>Unsubscribe</th> +<th>Post</th> +<th>Archive</th></tr> +<tr class="b"> +<td>log4j-user</td> +<td><a class="externalLink" href="mailto:log4j-user-subscr...@logging.apache.org">Subscribe</a></td> +<td><a class="externalLink" href="mailto:log4j-user-unsubscr...@logging.apache.org">Unsubscribe</a></td> +<td><a class="externalLink" href="mailto:log4j-u...@logging.apache.org">Post</a></td> +<td><a class="externalLink" href="https://lists.apache.org/list.html?log4j-u...@logging.apache.org">lists.apache.org</a></td></tr> +<tr class="a"> +<td>log4j-dev</td> +<td><a class="externalLink" href="mailto:log4j-dev-subscr...@logging.apache.org">Subscribe</a></td> +<td><a class="externalLink" href="mailto:log4j-dev-unsubscr...@logging.apache.org">Unsubscribe</a></td> +<td><a class="externalLink" href="mailto:log4j-...@logging.apache.org">Post</a></td> +<td><a class="externalLink" href="https://lists.apache.org/list.html?log4j-...@logging.apache.org">lists.apache.org</a></td></tr></table></div> + </td> + </tr> + </table> + </div> + + <div class="footer"> + <p>Copyright © 1999-2017 <a class="external" href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> + <p>Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the Apache Logging project logo are trademarks of The Apache Software Foundation.</p> + <p>Site powered by <a class="external" href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p> + </div> + </div> + </body> +</html> Added: websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/plugin-management.html ============================================================================== --- websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/plugin-management.html (added) +++ websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/plugin-management.html Sun Aug 20 17:59:02 2017 @@ -0,0 +1,248 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- + 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. +--> +<!-- Generated by Apache Maven Doxia at 2017-08-20 --> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>Log4j Scala API – Project Plugin Management - Scala 2.11 wrapper for Log4j API</title> + <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> + <link rel="stylesheet" href="./css/site.css" type="text/css" /> + <script type="text/javascript" src="./js/jquery.min.js"></script> + <script type="text/javascript" src="./js/bootstrap.min.js"></script> + <script type="text/javascript" src="./js/prettify.min.js"></script> + <script type="text/javascript" src="./js/site.js"></script> + <meta name="Date-Revision-yyyymmdd" content="20170820" /> + <meta http-equiv="Content-Language" content="en" /> + + </head> + <body class="composite"> + <a href="https://logging.apache.org/"> + <img class="logo-left" src="./images/ls-logo.jpg" alt="Apache logging services logo" /> + </a> + <img class="logo-right" src="./images/logo.png" alt="Apache log4j logo" /> + <div class="clear"></div> + + <div class="navbar"> + <div class="navbar-inner"> + <div class="container-fluid"> + <a class="brand" href="http://logging.apache.org/log4j/2.x/log4j-api-scala_2.11/">Scala 2.11 wrapper for Log4j API ™</a> + <ul class="nav"> + <li> + + + <a href="http://www.apache.org/" class="external" target="_blank" title="Apache">Apache</a> + </li> + <li> + <a href="../../../" title="Logging Services">Logging Services</a> + </li> + <li> + <a href="../index.html" title="Log4j">Log4j</a> + </li> + </ul> + </div> + </div> + </div> + + <div class="container-fluid"> + <table class="layout-table"> + <tr> + <td class="sidebar"> + <div class="well sidebar-nav"> + <ul class="nav nav-list"> + <li class="nav-header">Component Documentation</li> + <li class="expanded"> + <a href="project-info.html" title="Component Information">Component Information</a> + <ul> + <li class="none"> + <a href="dependencies.html" title="Dependencies">Dependencies</a> + </li> + <li class="none"> + <a href="dependency-info.html" title="Dependency Information">Dependency Information</a> + </li> + <li class="none"> + <a href="dependency-management.html" title="Dependency Management">Dependency Management</a> + </li> + <li class="none"> + <a href="distribution-management.html" title="Distribution Management">Distribution Management</a> + </li> + <li class="none"> + <a href="index.html" title="About">About</a> + </li> + <!-- Removing overall project item Issue Management from component-specific menu --> + <!-- Removing overall project item Licenses from component-specific menu --> + <!-- Removing overall project item Mailing Lists from component-specific menu --> + <li class="none active"> + <a href="plugin-management.html" title="Plugin Management">Plugin Management</a> + </li> + <li class="none"> + <a href="plugins.html" title="Plugins">Plugins</a> + </li> + <!-- Removing overall project item Source Code Management from component-specific menu --> + <li class="none"> + <a href="project-summary.html" title="Summary">Summary</a> + </li> + </ul> + </li> + <li class="collapsed"> + <a href="project-reports.html" title="Component Reports">Component Reports</a> + </li> + </ul> + </div> + <div id="poweredBy"> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="poweredBy" alt="Built by Maven" src="./images/maven-feather.png" /> + </a> + </div> + </td> + <td class="content"> + <div class="section"> +<h2><a name="Project_Plugin_Management"></a>Project Plugin Management</h2><a name="Project_Plugin_Management"></a> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>GroupId</th> +<th>ArtifactId</th> +<th>Version</th></tr> +<tr class="b"> +<td>org.apache.felix</td> +<td><a class="externalLink" href="http://felix.apache.org/maven-bundle-plugin/">maven-bundle-plugin</a></td> +<td>3.2.0</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-antrun-plugin/">maven-antrun-plugin</a></td> +<td>1.8</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-assembly-plugin/">maven-assembly-plugin</a></td> +<td>2.6</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-clean-plugin/">maven-clean-plugin</a></td> +<td>3.0.0</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/">maven-compiler-plugin</a></td> +<td>3.5.1</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-dependency-plugin/">maven-dependency-plugin</a></td> +<td>2.10</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-deploy-plugin/">maven-deploy-plugin</a></td> +<td>2.8.2</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-docck-plugin/">maven-docck-plugin</a></td> +<td>1.1</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/enforcer/maven-enforcer-plugin">maven-enforcer-plugin</a></td> +<td>1.4.1</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/surefire/maven-failsafe-plugin/">maven-failsafe-plugin</a></td> +<td>2.19.1</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-gpg-plugin/">maven-gpg-plugin</a></td> +<td>1.6</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-install-plugin/">maven-install-plugin</a></td> +<td>2.5.2</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-invoker-plugin/">maven-invoker-plugin</a></td> +<td>2.0.0</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin/">maven-jar-plugin</a></td> +<td>3.0.0</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-javadoc-plugin/">maven-javadoc-plugin</a></td> +<td>2.10.3</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugin-tools/maven-plugin-plugin">maven-plugin-plugin</a></td> +<td>3.4</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/">maven-project-info-reports-plugin</a></td> +<td>2.9</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/maven-release/maven-release-plugin/">maven-release-plugin</a></td> +<td>2.5.3</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-remote-resources-plugin/">maven-remote-resources-plugin</a></td> +<td>1.5</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-resources-plugin/">maven-resources-plugin</a></td> +<td>2.7</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/scm/maven-scm-plugin/">maven-scm-plugin</a></td> +<td>1.9.4</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-scm-publish-plugin">maven-scm-publish-plugin</a></td> +<td>1.1</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="https://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a></td> +<td>3.6</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-source-plugin/">maven-source-plugin</a></td> +<td>3.0.0</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin/">maven-surefire-plugin</a></td> +<td>2.19.1</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-report-plugin/">maven-surefire-report-plugin</a></td> +<td>2.19.1</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-war-plugin/">maven-war-plugin</a></td> +<td>2.6</td></tr> +<tr class="a"> +<td>org.apache.rat</td> +<td><a class="externalLink" href="http://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td> +<td>0.11</td></tr> +<tr class="b"> +<td>org.codehaus.mojo</td> +<td><a class="externalLink" href="http://www.mojohaus.org/clirr-maven-plugin/clirr-maven-plugin">clirr-maven-plugin</a></td> +<td>2.7</td></tr></table></div> + </td> + </tr> + </table> + </div> + + <div class="footer"> + <p>Copyright © 1999-2017 <a class="external" href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> + <p>Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the Apache Logging project logo are trademarks of The Apache Software Foundation.</p> + <p>Site powered by <a class="external" href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p> + </div> + </div> + </body> +</html> Added: websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/plugins.html ============================================================================== --- websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/plugins.html (added) +++ websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/plugins.html Sun Aug 20 17:59:02 2017 @@ -0,0 +1,195 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- + 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. +--> +<!-- Generated by Apache Maven Doxia at 2017-08-20 --> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>Log4j Scala API – Project Plugins - Scala 2.11 wrapper for Log4j API</title> + <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> + <link rel="stylesheet" href="./css/site.css" type="text/css" /> + <script type="text/javascript" src="./js/jquery.min.js"></script> + <script type="text/javascript" src="./js/bootstrap.min.js"></script> + <script type="text/javascript" src="./js/prettify.min.js"></script> + <script type="text/javascript" src="./js/site.js"></script> + <meta name="Date-Revision-yyyymmdd" content="20170820" /> + <meta http-equiv="Content-Language" content="en" /> + + </head> + <body class="composite"> + <a href="https://logging.apache.org/"> + <img class="logo-left" src="./images/ls-logo.jpg" alt="Apache logging services logo" /> + </a> + <img class="logo-right" src="./images/logo.png" alt="Apache log4j logo" /> + <div class="clear"></div> + + <div class="navbar"> + <div class="navbar-inner"> + <div class="container-fluid"> + <a class="brand" href="http://logging.apache.org/log4j/2.x/log4j-api-scala_2.11/">Scala 2.11 wrapper for Log4j API ™</a> + <ul class="nav"> + <li> + + + <a href="http://www.apache.org/" class="external" target="_blank" title="Apache">Apache</a> + </li> + <li> + <a href="../../../" title="Logging Services">Logging Services</a> + </li> + <li> + <a href="../index.html" title="Log4j">Log4j</a> + </li> + </ul> + </div> + </div> + </div> + + <div class="container-fluid"> + <table class="layout-table"> + <tr> + <td class="sidebar"> + <div class="well sidebar-nav"> + <ul class="nav nav-list"> + <li class="nav-header">Component Documentation</li> + <li class="expanded"> + <a href="project-info.html" title="Component Information">Component Information</a> + <ul> + <li class="none"> + <a href="dependencies.html" title="Dependencies">Dependencies</a> + </li> + <li class="none"> + <a href="dependency-info.html" title="Dependency Information">Dependency Information</a> + </li> + <li class="none"> + <a href="dependency-management.html" title="Dependency Management">Dependency Management</a> + </li> + <li class="none"> + <a href="distribution-management.html" title="Distribution Management">Distribution Management</a> + </li> + <li class="none"> + <a href="index.html" title="About">About</a> + </li> + <!-- Removing overall project item Issue Management from component-specific menu --> + <!-- Removing overall project item Licenses from component-specific menu --> + <!-- Removing overall project item Mailing Lists from component-specific menu --> + <li class="none"> + <a href="plugin-management.html" title="Plugin Management">Plugin Management</a> + </li> + <li class="none active"> + <a href="plugins.html" title="Plugins">Plugins</a> + </li> + <!-- Removing overall project item Source Code Management from component-specific menu --> + <li class="none"> + <a href="project-summary.html" title="Summary">Summary</a> + </li> + </ul> + </li> + <li class="collapsed"> + <a href="project-reports.html" title="Component Reports">Component Reports</a> + </li> + </ul> + </div> + <div id="poweredBy"> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="poweredBy" alt="Built by Maven" src="./images/maven-feather.png" /> + </a> + </div> + </td> + <td class="content"> + <div class="section"> +<h2><a name="Project_Build_Plugins"></a>Project Build Plugins</h2><a name="Project_Build_Plugins"></a> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>GroupId</th> +<th>ArtifactId</th> +<th>Version</th></tr> +<tr class="b"> +<td>net.alchim31.maven</td> +<td><a class="externalLink" href="http://github.com/davidB/scala-maven-plugin">scala-maven-plugin</a></td> +<td>3.2.2</td></tr> +<tr class="a"> +<td>org.apache.felix</td> +<td><a class="externalLink" href="http://felix.apache.org/maven-bundle-plugin/">maven-bundle-plugin</a></td> +<td>3.2.0</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-clean-plugin/">maven-clean-plugin</a></td> +<td>3.0.0</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-compiler-plugin/">maven-compiler-plugin</a></td> +<td>3.5.1</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-deploy-plugin/">maven-deploy-plugin</a></td> +<td>2.8.2</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-install-plugin/">maven-install-plugin</a></td> +<td>2.5.2</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-jar-plugin/">maven-jar-plugin</a></td> +<td>3.0.0</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-remote-resources-plugin/">maven-remote-resources-plugin</a></td> +<td>1.5</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/plugins/maven-resources-plugin/">maven-resources-plugin</a></td> +<td>2.7</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="https://maven.apache.org/plugins/maven-site-plugin/">maven-site-plugin</a></td> +<td>3.6</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="http://maven.apache.org/surefire/maven-surefire-plugin/">maven-surefire-plugin</a></td> +<td>2.19.1</td></tr></table></div> +<div class="section"> +<h2><a name="Project_Report_Plugins"></a>Project Report Plugins</h2><a name="Project_Report_Plugins"></a> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>GroupId</th> +<th>ArtifactId</th> +<th>Version</th></tr> +<tr class="b"> +<td>net.alchim31.maven</td> +<td><a class="externalLink" href="http://github.com/davidB/scala-maven-plugin">scala-maven-plugin</a></td> +<td>3.2.2</td></tr> +<tr class="a"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="https://maven.apache.org/plugins/maven-changes-plugin/">maven-changes-plugin</a></td> +<td>2.12.1</td></tr> +<tr class="b"> +<td>org.apache.maven.plugins</td> +<td><a class="externalLink" href="https://maven.apache.org/plugins/maven-pmd-plugin/">maven-pmd-plugin</a></td> +<td>3.7</td></tr></table></div> + </td> + </tr> + </table> + </div> + + <div class="footer"> + <p>Copyright © 1999-2017 <a class="external" href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> + <p>Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the Apache Logging project logo are trademarks of The Apache Software Foundation.</p> + <p>Site powered by <a class="external" href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p> + </div> + </div> + </body> +</html> Added: websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/project-info.html ============================================================================== --- websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/project-info.html (added) +++ websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/project-info.html Sun Aug 20 17:59:02 2017 @@ -0,0 +1,170 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- + 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. +--> +<!-- Generated by Apache Maven Doxia at 2017-08-20 --> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>Log4j Scala API – Project Information - Scala 2.11 wrapper for Log4j API</title> + <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> + <link rel="stylesheet" href="./css/site.css" type="text/css" /> + <script type="text/javascript" src="./js/jquery.min.js"></script> + <script type="text/javascript" src="./js/bootstrap.min.js"></script> + <script type="text/javascript" src="./js/prettify.min.js"></script> + <script type="text/javascript" src="./js/site.js"></script> + <meta name="Date-Revision-yyyymmdd" content="20170820" /> + <meta http-equiv="Content-Language" content="en" /> + + </head> + <body class="composite"> + <a href="https://logging.apache.org/"> + <img class="logo-left" src="./images/ls-logo.jpg" alt="Apache logging services logo" /> + </a> + <img class="logo-right" src="./images/logo.png" alt="Apache log4j logo" /> + <div class="clear"></div> + + <div class="navbar"> + <div class="navbar-inner"> + <div class="container-fluid"> + <a class="brand" href="http://logging.apache.org/log4j/2.x/log4j-api-scala_2.11/">Scala 2.11 wrapper for Log4j API ™</a> + <ul class="nav"> + <li> + + + <a href="http://www.apache.org/" class="external" target="_blank" title="Apache">Apache</a> + </li> + <li> + <a href="../../../" title="Logging Services">Logging Services</a> + </li> + <li> + <a href="../index.html" title="Log4j">Log4j</a> + </li> + </ul> + </div> + </div> + </div> + + <div class="container-fluid"> + <table class="layout-table"> + <tr> + <td class="sidebar"> + <div class="well sidebar-nav"> + <ul class="nav nav-list"> + <li class="nav-header">Component Documentation</li> + <li class="expanded active"> + <a href="project-info.html" title="Component Information">Component Information</a> + <ul> + <li class="none"> + <a href="dependencies.html" title="Dependencies">Dependencies</a> + </li> + <li class="none"> + <a href="dependency-info.html" title="Dependency Information">Dependency Information</a> + </li> + <li class="none"> + <a href="dependency-management.html" title="Dependency Management">Dependency Management</a> + </li> + <li class="none"> + <a href="distribution-management.html" title="Distribution Management">Distribution Management</a> + </li> + <li class="none"> + <a href="index.html" title="About">About</a> + </li> + <!-- Removing overall project item Issue Management from component-specific menu --> + <!-- Removing overall project item Licenses from component-specific menu --> + <!-- Removing overall project item Mailing Lists from component-specific menu --> + <li class="none"> + <a href="plugin-management.html" title="Plugin Management">Plugin Management</a> + </li> + <li class="none"> + <a href="plugins.html" title="Plugins">Plugins</a> + </li> + <!-- Removing overall project item Source Code Management from component-specific menu --> + <li class="none"> + <a href="project-summary.html" title="Summary">Summary</a> + </li> + </ul> + </li> + <li class="collapsed"> + <a href="project-reports.html" title="Component Reports">Component Reports</a> + </li> + </ul> + </div> + <div id="poweredBy"> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="poweredBy" alt="Built by Maven" src="./images/maven-feather.png" /> + </a> + </div> + </td> + <td class="content"> + <div class="section"> +<h2><a name="Project_Information"></a>Project Information</h2> +<p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p> +<div class="section"> +<h3><a name="Overview"></a>Overview</h3> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>Document</th> +<th>Description</th></tr> +<tr class="b"> +<td><a href="dependencies.html">Dependencies</a></td> +<td>This document lists the project's dependencies and provides information on each dependency.</td></tr> +<tr class="a"> +<td><a href="dependency-info.html">Dependency Information</a></td> +<td>This document describes how to to include this project as a dependency using various dependency management tools.</td></tr> +<tr class="b"> +<td><a href="dependency-management.html">Dependency Management</a></td> +<td>This document lists the dependencies that are defined through dependencyManagement.</td></tr> +<tr class="a"> +<td><a href="distribution-management.html">Distribution Management</a></td> +<td>This document provides informations on the distribution management of this project.</td></tr> +<tr class="b"> +<td><a href="index.html">About</a></td> +<td>Scala wrapper for Log4j API</td></tr> +<tr class="a"> +<td><a href="issue-tracking.html">Issue Management</a></td> +<td>This document provides information on the issue management system used in this project.</td></tr> +<tr class="b"> +<td><a href="license.html">Licenses</a></td> +<td>This document lists the project license(s).</td></tr> +<tr class="a"> +<td><a href="mail-lists.html">Mailing Lists</a></td> +<td>This document provides subscription and archive information for this project's mailing lists.</td></tr> +<tr class="b"> +<td><a href="plugin-management.html">Plugin Management</a></td> +<td>This document lists the plugins that are defined through pluginManagement.</td></tr> +<tr class="a"> +<td><a href="plugins.html">Plugins</a></td> +<td>This document lists the build plugins and the report plugins used by this project.</td></tr> +<tr class="b"> +<td><a href="source-repository.html">Source Code Management</a></td> +<td>This document lists ways to access the online source repository.</td></tr> +<tr class="a"> +<td><a href="project-summary.html">Summary</a></td> +<td>This document lists other related information of this project</td></tr></table></div></div> + </td> + </tr> + </table> + </div> + + <div class="footer"> + <p>Copyright © 1999-2017 <a class="external" href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> + <p>Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the Apache Logging project logo are trademarks of The Apache Software Foundation.</p> + <p>Site powered by <a class="external" href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p> + </div> + </div> + </body> +</html> Added: websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/project-reports.html ============================================================================== --- websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/project-reports.html (added) +++ websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/project-reports.html Sun Aug 20 17:59:02 2017 @@ -0,0 +1,112 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- + 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. +--> +<!-- Generated by Apache Maven Doxia at 2017-08-20 --> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>Log4j Scala API – Generated Reports - Scala 2.11 wrapper for Log4j API</title> + <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> + <link rel="stylesheet" href="./css/site.css" type="text/css" /> + <script type="text/javascript" src="./js/jquery.min.js"></script> + <script type="text/javascript" src="./js/bootstrap.min.js"></script> + <script type="text/javascript" src="./js/prettify.min.js"></script> + <script type="text/javascript" src="./js/site.js"></script> + <meta name="Date-Revision-yyyymmdd" content="20170820" /> + <meta http-equiv="Content-Language" content="en" /> + + </head> + <body class="composite"> + <a href="https://logging.apache.org/"> + <img class="logo-left" src="./images/ls-logo.jpg" alt="Apache logging services logo" /> + </a> + <img class="logo-right" src="./images/logo.png" alt="Apache log4j logo" /> + <div class="clear"></div> + + <div class="navbar"> + <div class="navbar-inner"> + <div class="container-fluid"> + <a class="brand" href="http://logging.apache.org/log4j/2.x/log4j-api-scala_2.11/">Scala 2.11 wrapper for Log4j API ™</a> + <ul class="nav"> + <li> + + + <a href="http://www.apache.org/" class="external" target="_blank" title="Apache">Apache</a> + </li> + <li> + <a href="../../../" title="Logging Services">Logging Services</a> + </li> + <li> + <a href="../index.html" title="Log4j">Log4j</a> + </li> + </ul> + </div> + </div> + </div> + + <div class="container-fluid"> + <table class="layout-table"> + <tr> + <td class="sidebar"> + <div class="well sidebar-nav"> + <ul class="nav nav-list"> + <li class="nav-header">Component Documentation</li> + <li class="collapsed"> + <a href="project-info.html" title="Component Information">Component Information</a> + </li> + <li class="expanded active"> + <a href="project-reports.html" title="Component Reports">Component Reports</a> + <ul> + <li class="none"> + <a href="scaladocs/index.html" title="ScalaDocs">ScalaDocs</a> + </li> + </ul> + </li> + </ul> + </div> + <div id="poweredBy"> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="poweredBy" alt="Built by Maven" src="./images/maven-feather.png" /> + </a> + </div> + </td> + <td class="content"> + <div class="section"> +<h2><a name="Generated_Reports"></a>Generated Reports</h2> +<p>This document provides an overview of the various reports that are automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> . Each report is briefly described below.</p> +<div class="section"> +<h3><a name="Overview"></a>Overview</h3> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>Document</th> +<th>Description</th></tr> +<tr class="b"> +<td><a href="scaladocs/index.html">ScalaDocs</a></td> +<td>ScalaDoc API</td></tr></table></div></div> + </td> + </tr> + </table> + </div> + + <div class="footer"> + <p>Copyright © 1999-2017 <a class="external" href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> + <p>Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the Apache Logging project logo are trademarks of The Apache Software Foundation.</p> + <p>Site powered by <a class="external" href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p> + </div> + </div> + </body> +</html> Added: websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/project-summary.html ============================================================================== --- websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/project-summary.html (added) +++ websites/production/logging/content/log4j/log4j-scala-11.0/log4j-api-scala_2.11/project-summary.html Sun Aug 20 17:59:02 2017 @@ -0,0 +1,177 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- + 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. +--> +<!-- Generated by Apache Maven Doxia at 2017-08-20 --> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <title>Log4j Scala API – Project Summary - Scala 2.11 wrapper for Log4j API</title> + <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" /> + <link rel="stylesheet" href="./css/site.css" type="text/css" /> + <script type="text/javascript" src="./js/jquery.min.js"></script> + <script type="text/javascript" src="./js/bootstrap.min.js"></script> + <script type="text/javascript" src="./js/prettify.min.js"></script> + <script type="text/javascript" src="./js/site.js"></script> + <meta name="Date-Revision-yyyymmdd" content="20170820" /> + <meta http-equiv="Content-Language" content="en" /> + + </head> + <body class="composite"> + <a href="https://logging.apache.org/"> + <img class="logo-left" src="./images/ls-logo.jpg" alt="Apache logging services logo" /> + </a> + <img class="logo-right" src="./images/logo.png" alt="Apache log4j logo" /> + <div class="clear"></div> + + <div class="navbar"> + <div class="navbar-inner"> + <div class="container-fluid"> + <a class="brand" href="http://logging.apache.org/log4j/2.x/log4j-api-scala_2.11/">Scala 2.11 wrapper for Log4j API ™</a> + <ul class="nav"> + <li> + + + <a href="http://www.apache.org/" class="external" target="_blank" title="Apache">Apache</a> + </li> + <li> + <a href="../../../" title="Logging Services">Logging Services</a> + </li> + <li> + <a href="../index.html" title="Log4j">Log4j</a> + </li> + </ul> + </div> + </div> + </div> + + <div class="container-fluid"> + <table class="layout-table"> + <tr> + <td class="sidebar"> + <div class="well sidebar-nav"> + <ul class="nav nav-list"> + <li class="nav-header">Component Documentation</li> + <li class="expanded"> + <a href="project-info.html" title="Component Information">Component Information</a> + <ul> + <li class="none"> + <a href="dependencies.html" title="Dependencies">Dependencies</a> + </li> + <li class="none"> + <a href="dependency-info.html" title="Dependency Information">Dependency Information</a> + </li> + <li class="none"> + <a href="dependency-management.html" title="Dependency Management">Dependency Management</a> + </li> + <li class="none"> + <a href="distribution-management.html" title="Distribution Management">Distribution Management</a> + </li> + <li class="none"> + <a href="index.html" title="About">About</a> + </li> + <!-- Removing overall project item Issue Management from component-specific menu --> + <!-- Removing overall project item Licenses from component-specific menu --> + <!-- Removing overall project item Mailing Lists from component-specific menu --> + <li class="none"> + <a href="plugin-management.html" title="Plugin Management">Plugin Management</a> + </li> + <li class="none"> + <a href="plugins.html" title="Plugins">Plugins</a> + </li> + <!-- Removing overall project item Source Code Management from component-specific menu --> + <li class="none active"> + <a href="project-summary.html" title="Summary">Summary</a> + </li> + </ul> + </li> + <li class="collapsed"> + <a href="project-reports.html" title="Component Reports">Component Reports</a> + </li> + </ul> + </div> + <div id="poweredBy"> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="poweredBy" alt="Built by Maven" src="./images/maven-feather.png" /> + </a> + </div> + </td> + <td class="content"> + <div class="section"> +<h2><a name="Project_Summary"></a>Project Summary</h2><a name="Project_Summary"></a> +<div class="section"> +<h3><a name="Project_Information"></a>Project Information</h3><a name="Project_Information"></a> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>Field</th> +<th>Value</th></tr> +<tr class="b"> +<td>Name</td> +<td>Scala 2.11 wrapper for Log4j API</td></tr> +<tr class="a"> +<td>Description</td> +<td>Scala wrapper for Log4j API</td></tr> +<tr class="b"> +<td>Homepage</td> +<td><a class="externalLink" href="http://logging.apache.org/log4j/2.x/log4j-api-scala_2.11/">http://logging.apache.org/log4j/2.x/log4j-api-scala_2.11/</a></td></tr></table></div> +<div class="section"> +<h3><a name="Project_Organization"></a>Project Organization</h3><a name="Project_Organization"></a> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>Field</th> +<th>Value</th></tr> +<tr class="b"> +<td>Name</td> +<td>The Apache Software Foundation</td></tr> +<tr class="a"> +<td>URL</td> +<td><a class="externalLink" href="https://www.apache.org/">https://www.apache.org/</a></td></tr></table></div> +<div class="section"> +<h3><a name="Build_Information"></a>Build Information</h3><a name="Build_Information"></a> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>Field</th> +<th>Value</th></tr> +<tr class="b"> +<td>GroupId</td> +<td>org.apache.logging.log4j</td></tr> +<tr class="a"> +<td>ArtifactId</td> +<td>log4j-api-scala_2.11</td></tr> +<tr class="b"> +<td>Version</td> +<td>11.0</td></tr> +<tr class="a"> +<td>Type</td> +<td>jar</td></tr> +<tr class="b"> +<td>Java Version</td> +<td>1.7</td></tr></table></div> +<div class="section"> +<h3><a name="Download"></a>Download</h3><a name="Download"></a><a class="externalLink" href="https://logging.apache.org/log4j/2.x/download.html">https://logging.apache.org/log4j/2.x/download.html</a></div></div> + </td> + </tr> + </table> + </div> + + <div class="footer"> + <p>Copyright © 1999-2017 <a class="external" href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> + <p>Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the Apache Logging project logo are trademarks of The Apache Software Foundation.</p> + <p>Site powered by <a class="external" href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p> + </div> + </div> + </body> +</html>