[LOGBack-dev] svn commit: r417 - logback/classic/trunk/src/site/xdocTemplates

noreply.seb at qos.ch noreply.seb at qos.ch
Tue Aug 8 19:55:35 CEST 2006


Author: seb
Date: Tue Aug  8 19:55:34 2006
New Revision: 417

Modified:
   logback/classic/trunk/src/site/xdocTemplates/shortIntro.xml
Log:
Px now is Lx

Modified: logback/classic/trunk/src/site/xdocTemplates/shortIntro.xml
==============================================================================
--- logback/classic/trunk/src/site/xdocTemplates/shortIntro.xml	(original)
+++ logback/classic/trunk/src/site/xdocTemplates/shortIntro.xml	Tue Aug  8 19:55:34 2006
@@ -441,19 +441,19 @@
 			</tr>
 			<tr align="left">
 				<td>X</td>
-				<td>P<sub>x</sub></td>
-				<td>P<sub>x</sub></td>
+				<td>L<sub>x</sub></td>
+				<td>L<sub>x</sub></td>
 			</tr>
 
 			<tr align="left">
 				<td>X.Y</td>
-				<td>P<sub>xy</sub></td>
-				<td>P<sub>xy</sub></td>
+				<td>L<sub>xy</sub></td>
+				<td>L<sub>xy</sub></td>
 			</tr>
 			<tr align="left">
 				<td>X.Y.Z</td>
-				<td>P<sub>xyz</sub></td>
-				<td>P<sub>xyz</sub></td>
+				<td>L<sub>xyz</sub></td>
+				<td>L<sub>xyz</sub></td>
 			</tr>
 		</table>
 
@@ -488,24 +488,24 @@
 
 			<tr align="left">
 				<td>X</td>
-				<td>P<sub>x</sub></td>
-				<td>P<sub>x</sub></td>
+				<td>L<sub>x</sub></td>
+				<td>L<sub>x</sub></td>
 			</tr>
 			<tr align="left">
 				<td>X.Y</td>
 				<td>none</td>
-				<td>P<sub>x</sub></td>
+				<td>L<sub>x</sub></td>
 			</tr>
 			<tr align="left">
 				<td>X.Y.Z</td>
-				<td>P<sub>xyz</sub></td>
-				<td>P<sub>xyz</sub></td>
+				<td>L<sub>xyz</sub></td>
+				<td>L<sub>xyz</sub></td>
 			</tr>
 		</table>
 		<p>
 			In example 3, the loggers <code>root</code>, <code>X</code>
 			and <code>X.Y.Z</code> are assigned the levels <code>L<sub>root</sub></code>,
-			<code>P<sub>x</sub></code> and <code>P<sub>xyz</sub></code>
+			<code>L<sub>x</sub></code> and <code>L<sub>xyz</sub></code>
 			respectively. The logger <code>X.Y</code>
 			inherits its level value from its parent <code>X</code>.
 		</p>
@@ -536,25 +536,25 @@
 
 			<tr align="left">
 				<td>X</td>
-				<td>P<sub>x</sub></td>
-				<td>P<sub>x</sub></td>
+				<td>L<sub>x</sub></td>
+				<td>L<sub>x</sub></td>
 			</tr>
 			<tr align="left">
 				<td>X.Y</td>
 				<td>none</td>
-				<td>P<sub>x</sub></td>
+				<td>L<sub>x</sub></td>
 			</tr>
 			<tr align="left">
 				<td>X.Y.Z</td>
 				<td>none</td>
-				<td>P<sub>x</sub></td>
+				<td>L<sub>x</sub></td>
 			</tr>
 		</table>
 
 		<p>
 			In example 4, the loggers <code>root</code> and <code>X</code>
 			and are assigned the levels <code>L<sub>root</sub></code> and
-			<code>P<sub>x</sub></code> respectively. The loggers <code>X.Y</code> and
+			<code>L<sub>x</sub></code> respectively. The loggers <code>X.Y</code> and
 			<code>X.Y.Z</code> inherits their level value from their nearest
 			parent <code>X</code> having an assigned level.
 		</p>



More information about the logback-dev mailing list