You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2020/12/16 20:18:55 UTC

svn commit: r1884521 - in /poi/site/src/documentation/content/xdocs/components: index.xml logging.xml

Author: fanningpj
Date: Wed Dec 16 20:18:54 2020
New Revision: 1884521

URL: http://svn.apache.org/viewvc?rev=1884521&view=rev
Log:
update logging docs

Modified:
    poi/site/src/documentation/content/xdocs/components/index.xml
    poi/site/src/documentation/content/xdocs/components/logging.xml

Modified: poi/site/src/documentation/content/xdocs/components/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/index.xml?rev=1884521&r1=1884520&r2=1884521&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/index.xml Wed Dec 16 20:18:54 2020
@@ -292,10 +292,9 @@
         <tr>
           <td>poi</td>
           <td><a href="https://search.maven.org/#artifactdetails|commons-logging|commons-logging|1.2|jar">commons-logging</a>,
-              <a href="https://search.maven.org/#artifactdetails|commons-codec|commons-codec|1.12|jar">commons-codec</a>,
-              <a href="https://search.maven.org/#artifactdetails|org.apache.commons|commons-collections4|4.3|jar">commons-collections</a>,
-              <a href="https://search.maven.org/#artifactdetails|org.apache.commons|commons-math3|3.6.1|jar">commons-math</a>,
-              <a href="https://search.maven.org/#artifactdetails|log4j|log4j|1.2.17|bundle">log4j</a>
+              <a href="https://search.maven.org/#artifactdetails|commons-codec|commons-codec|1.15|jar">commons-codec</a>,
+              <a href="https://search.maven.org/#artifactdetails|org.apache.commons|commons-collections4|4.4|jar">commons-collections</a>,
+              <a href="https://search.maven.org/#artifactdetails|org.apache.commons|commons-math3|3.6.1|jar">commons-math</a>
           </td>
           <td>poi-version-yyyymmdd.jar</td>
         </tr>

Modified: poi/site/src/documentation/content/xdocs/components/logging.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/logging.xml?rev=1884521&r1=1884520&r2=1884521&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/logging.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/logging.xml Wed Dec 16 20:18:54 2020
@@ -87,7 +87,8 @@
             </tr>
             <tr>
                 <td>org.apache.poi.util.DummyPOILogger</td>
-                <td>Simple logger which will keep all log-lines in memory for later analysis. Used primarily for testing. Note: this may cause a memory leak if used in production application!</td>
+                <td>Simple logger which will keep all log-lines in memory for later analysis (this class is not in the jar, just in the test source).
+                    Used primarily for testing. Note: this may cause a memory leak if used in production application!</td>
             </tr>
             </table>
         </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org