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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to