You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2018/08/04 06:59:52 UTC

svn commit: r1033487 - /websites/production/logging/content/log4j/log4j-2.11.1/manual/usage.html

Author: rgoers
Date: Sat Aug  4 06:59:52 2018
New Revision: 1033487

Log:
minor edits

Modified:
    websites/production/logging/content/log4j/log4j-2.11.1/manual/usage.html

Modified: websites/production/logging/content/log4j/log4j-2.11.1/manual/usage.html
==============================================================================
--- websites/production/logging/content/log4j/log4j-2.11.1/manual/usage.html (original)
+++ websites/production/logging/content/log4j/log4j-2.11.1/manual/usage.html Sat Aug  4 06:59:52 2018
@@ -422,7 +422,7 @@
         
 <p>
           This class extends the base class. It provides its own logger and has two methods, one that uses the
-          logger from the base class that can be overridden and one that uses the static logger from the base class.
+          the base class logger that can be overridden and one that uses the static logger from the base class.
         </p>
 
 
@@ -544,7 +544,7 @@
 <li>Logging is performed in the subclass with the static logger of the base class. Thus the name
               of the base class Logger is printed.</li>
             
-<li>Logging is performed in the subclass with the static logger of the base class, so the name
+<li>Logging is performed in the subclass with the static logger of the base class. The name
               of the subclass is printed since that is where the method performing the logging exists.</li>