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 2021/09/27 12:01:26 UTC

svn commit: r1893678 - /poi/site/src/documentation/content/xdocs/components/logging.xml

Author: fanningpj
Date: Mon Sep 27 12:01:26 2021
New Revision: 1893678

URL: http://svn.apache.org/viewvc?rev=1893678&view=rev
Log:
update log info

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

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=1893678&r1=1893677&r2=1893678&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/logging.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/logging.xml Mon Sep 27 12:01:26 2021
@@ -46,8 +46,8 @@
                 Prior to POI 5.0.0, POI used a custom logging framework which allows to configure where logs are sent to.
             </p>
             <p>
-                Logging in POI is used only as a debugging mechanism, not a normal runtime
-                logging system.  Logging on level debug/info is ONLY for debugging, and should
+                Logging in POI 3 and 4 is used only as a debugging mechanism, not as a normal runtime
+                logging system.  Logging at level debug/info is ONLY for debugging, and should
                 NEVER be enabled on a production system.
             </p>
             <p>
@@ -59,9 +59,9 @@
                 system property.
             </p>
         </section>
-        <section><title>Enable logging</title>
+        <section><title>Enable Legacy POI Logging Framework</title>
         <p>
-            By default, logging is disabled in POI. Sometimes it might be useful
+            By default, logging is disabled in POI 3 and 4. Sometimes, it might be useful
             to enable logging to see some debug messages printed out which can
             help in analyzing problems.
         </p>
@@ -75,9 +75,9 @@
             Note: You need to call <em>setProperty()</em> before any POI functionality is invoked as the logger is only initialized during startup.
         </p>
         </section>
-        <section><title>Available logger implementations</title>
+        <section><title>Available Legacy POI Logging Framework implementations</title>
             <p>
-                The following logger implementations are provided by POI:
+                The following logger implementations are provided by POI 3 and 4:
             </p>
             <table>
             <tr>



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