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:51:41 UTC

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

Author: rgoers
Date: Sat Aug  4 06:51:40 2018
New Revision: 1033486

Log:
update page

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:51:40 2018
@@ -380,7 +380,7 @@
 
         
 <p>The base class creates a static Logger and a logger variable that is initialized as that same Logger.
-          It has two methods that perform logging, once that uses the static logger and one that uses a Logger that
+          It has a method that performs logging, but provides access to two Loggers, one that is static and one that
           can be overridden.
         </p>
 
@@ -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 in this class and one that uses the static logger from the base class.
+          logger from the base class that can be overridden and one that uses the static logger from the base class.
         </p>