You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2005/04/25 22:37:29 UTC

svn commit: r164642 - /jakarta/commons/proper/logging/trunk/demonstration/src/java/overview.html

Author: rdonkin
Date: Mon Apr 25 13:37:28 2005
New Revision: 164642

URL: http://svn.apache.org/viewcvs?rev=164642&view=rev
Log:
Corrected mistake in analysis. Thanks to Brian Stansberry.

Modified:
    jakarta/commons/proper/logging/trunk/demonstration/src/java/overview.html

Modified: jakarta/commons/proper/logging/trunk/demonstration/src/java/overview.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/demonstration/src/java/overview.html?rev=164642&r1=164641&r2=164642&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/demonstration/src/java/overview.html (original)
+++ jakarta/commons/proper/logging/trunk/demonstration/src/java/overview.html Mon Apr 25 13:37:28 2005
@@ -492,9 +492,9 @@
 	</tr>
 	<tr>
 		<th>Expected Result</th>
-		<td>JCL-&gt;log4j<br/>
+		<td>JCL-&gt;java.util<br/>
                     static OK</td>
-		<td>JCL-&gt;log4j<br/>
+		<td>JCL-&gt;java.util<br/>
                     static OK
 		</td>
 		<td>JCL-&gt;log4j<br/>
@@ -507,7 +507,9 @@
 </table>
 <p>Trivial variations on the second series. Now API and JCL are
 definable only by parent and child respectively (as in the last
-series). 
+series). When the context classloader is set to system, 
+Log4JLogger cannot be loaded and so java.util.logging is the only viable
+logger.
 </p>
 <h4>Child First ClassLoader Cases</h4>
 <p>The same classloader configuration can be repeated with (this



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org