You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2021/12/29 08:52:18 UTC

svn commit: r1896502 - in /poi/site: publish/components/logging.html src/documentation/content/xdocs/components/logging.xml

Author: centic
Date: Wed Dec 29 08:52:17 2021
New Revision: 1896502

URL: http://svn.apache.org/viewvc?rev=1896502&view=rev
Log:
Make it easier to see which sections describe the logging framework before 5.0.0

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

Modified: poi/site/publish/components/logging.html
URL: http://svn.apache.org/viewvc/poi/site/publish/components/logging.html?rev=1896502&r1=1896501&r2=1896502&view=diff
==============================================================================
--- poi/site/publish/components/logging.html (original)
+++ poi/site/publish/components/logging.html Wed Dec 29 08:52:17 2021
@@ -328,8 +328,8 @@ document.write("Last Published: " + docu
             </p>
 </div>
         
-<a name="Enable+Legacy+POI+Logging+Framework"></a>
-<h2 class="boxed">Enable Legacy POI Logging Framework</h2>
+<a name="POI+4.x+and+before%3A+Enable+Legacy+POI+Logging+Framework"></a>
+<h2 class="boxed">POI 4.x and before: Enable Legacy POI Logging Framework</h2>
 <div class="section">
 <p>
             By default, logging is disabled in POI 3 and 4. Sometimes, it might be useful
@@ -355,8 +355,8 @@ document.write("Last Published: " + docu
         </p>
 </div>
         
-<a name="Available+Legacy+POI+Logging+Framework+implementations"></a>
-<h2 class="boxed">Available Legacy POI Logging Framework implementations</h2>
+<a name="POI+4.x+and+before%3A+Available+Legacy+POI+Logging+Framework+implementations"></a>
+<h2 class="boxed">POI 4.x and before: Available Legacy POI Logging Framework implementations</h2>
 <div class="section">
 <p>
                 The following logger implementations are provided by POI 3 and 4:
@@ -403,16 +403,16 @@ document.write("Last Published: " + docu
 </table>
 </div>
         
-<a name="Sending+logs+to+a+different+log+framework"></a>
-<h2 class="boxed">Sending logs to a different log framework</h2>
+<a name="POI+4.x+and+before%3A+Sending+logs+to+a+different+log+framework"></a>
+<h2 class="boxed">POI 4.x and before: Sending logs to a different log framework</h2>
 <div class="section">
 <p>
                 You can send logs to other logging frameworks by implementing the interface <em>org.apache.poi.util.POILogger</em>.
             </p>
 </div>
         
-<a name="Implementation+details"></a>
-<h2 class="boxed">Implementation details</h2>
+<a name="POI+4.x+and+before%3A+Implementation+details"></a>
+<h2 class="boxed">POI 4.x and before: Implementation details</h2>
 <div class="section">
 <p>
                 Every class uses a <span class="codefrag">POILogger</span> to log, and gets it using a static method

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=1896502&r1=1896501&r2=1896502&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/logging.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/logging.xml Wed Dec 29 08:52:17 2021
@@ -62,7 +62,7 @@
                 system property.
             </p>
         </section>
-        <section><title>Enable Legacy POI Logging Framework</title>
+        <section><title>POI 4.x and before: Enable Legacy POI Logging Framework</title>
         <p>
             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
@@ -78,7 +78,7 @@
             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 Legacy POI Logging Framework implementations</title>
+        <section><title>POI 4.x and before: Available Legacy POI Logging Framework implementations</title>
             <p>
                 The following logger implementations are provided by POI 3 and 4:
             </p>
@@ -107,12 +107,12 @@
             </tr>
             </table>
         </section>
-        <section><title>Sending logs to a different log framework</title>
+        <section><title>POI 4.x and before: Sending logs to a different log framework</title>
             <p>
                 You can send logs to other logging frameworks by implementing the interface <em>org.apache.poi.util.POILogger</em>.
             </p>
         </section>
-        <section><title>Implementation details</title>
+        <section><title>POI 4.x and before: Implementation details</title>
             <p>
                 Every class uses a <code>POILogger</code> to log, and gets it using a static method
                 of the <code>POILogFactory</code> .



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