You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ts...@apache.org on 2014/01/07 19:07:04 UTC

svn commit: r1556296 - /incubator/log4cxx/trunk/src/site/xdoc/usage.xml

Author: tschoening
Date: Tue Jan  7 18:07:04 2014
New Revision: 1556296

URL: http://svn.apache.org/r1556296
Log:
Reduced paragraphs in definition lists because it looked to airy.

Modified:
    incubator/log4cxx/trunk/src/site/xdoc/usage.xml

Modified: incubator/log4cxx/trunk/src/site/xdoc/usage.xml
URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/site/xdoc/usage.xml?rev=1556296&r1=1556295&r2=1556296&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/site/xdoc/usage.xml (original)
+++ incubator/log4cxx/trunk/src/site/xdoc/usage.xml Tue Jan  7 18:07:04 2014
@@ -125,12 +125,9 @@ namespace log4cxx {
 					<dt><strong>Level Inheritance</strong></dt>
 
 					<dd>
-						<p>
-							The <em>inherited level</em> for a given logger
-							<i>C</i>, is equal to the first non-null level in the logger
-							hierarchy, starting at <i>C</i> and proceeding upwards in the
-							hierarchy towards the <code>root</code> logger.
-						</p>
+						The <em>inherited level</em> for a given logger <i>C</i>, is equal to the
+						first non-null level in the logger hierarchy, starting at <i>C</i> and
+						proceeding upwards in the hierarchy towards the <code>root</code> logger.
 					</dd>
 				</dl>
 
@@ -321,11 +318,9 @@ LOG4CXX_WARN(logger, L"" &lt;&lt; i &lt;
 					<dt><strong>Basic Selection Rule</strong></dt>
 
 					<dd>
-						<p>
-							A log request of level <i>p</i> in a logger with
-							(either assigned or inherited, whichever is appropriate) level <i>q</i>, is enabled if <i> p &gt;=
-							q</i>.
-						</p>
+						A log request of level <i>p</i> in a logger with (either assigned or
+						inherited, whichever is appropriate) level <i>q</i>, is enabled if
+						<i>p &gt;= q</i>.
 					</dd>
 				</dl>
 
@@ -457,23 +452,14 @@ log4cxx::LoggerPtr y = log4cxx::Logger::
 				<dt><strong>Appender Additivity</strong></dt>
 
 				<dd>
-					<p>
-						The output of a log statement of logger <i>C</i> will
-						go to all the appenders in <i>C</i> and its ancestors. This is
-						the meaning of the term "appender additivity".
-					</p>
-
-					<p>
-						However, if an ancestor of logger <i>C</i>, say <i>P</i>,
-						has the additivity flag set to <code>false</code>, then
-						<i>C</i>'s output will be directed to all the appenders in
-						<i>C</i> and it's ancestors upto and including <i>P</i> but
-						not the appenders in any of the ancestors of <i>P</i>.
-					</p>
-
-					<p>
-						Loggers have their additivity flag set to <code>true</code> by default.
-					</p>
+					The output of a log statement of logger <i>C</i> will go to all the appenders
+					in <i>C</i> and its ancestors. This is the meaning of the term "appender
+					additivity". However, if an ancestor of logger <i>C</i>, say <i>P</i>, has the
+					additivity flag set to <code>false</code>, then <i>C</i>'s output will be
+					directed to all the appenders in <i>C</i> and it's ancestors up to and
+					including <i>P</i> but, not the appenders in any of the ancestors of <i>P</i>.
+					<br /><br />
+					Loggers have their additivity flag set to <code>true</code> by default.
 				</dd>
 			</dl>