You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2013/10/07 17:14:32 UTC

svn commit: r1529956 - /logging/log4j/log4j2/trunk/src/site/xdoc/manual/architecture.xml

Author: ggregory
Date: Mon Oct  7 15:14:31 2013
New Revision: 1529956

URL: http://svn.apache.org/r1529956
Log:
Minor improvement to wording.

Modified:
    logging/log4j/log4j2/trunk/src/site/xdoc/manual/architecture.xml

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/architecture.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/architecture.xml?rev=1529956&r1=1529955&r2=1529956&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/architecture.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/architecture.xml Mon Oct  7 15:14:31 2013
@@ -161,7 +161,7 @@ Logger y = Logger.getLogger("wombat");
         <h5>Log Levels</h5>
         <p>LoggerConfigs will be assigned a Log
           <a href="../log4j-api/apidocs/org/apache/logging/log4j/Level.html">Level</a>. The set of possible
-          levels includes (TRACE, DEBUG, INFO, WARN, ERROR and FATAL). Note that in Log4j 2, the Level is
+          levels includes TRACE, DEBUG, INFO, WARN, ERROR, and FATAL. Note that in Log4j 2, the Level is
           an Enum and cannot be sub-classed. Users who desire more granularity are encouraged to use
           <a href="../log4j-api/api.html#Markers">Markers</a>
           instead.