1
0

Corrected mistake in analysis. Thanks to Brian Stansberry.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@164642 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2005-04-25 20:37:28 +00:00
parent eedeb3cdb4
commit 9ad236575b

View File

@@ -492,9 +492,9 @@ classloader is set to the child.
</tr> </tr>
<tr> <tr>
<th>Expected Result</th> <th>Expected Result</th>
<td>JCL-&gt;log4j<br/> <td>JCL-&gt;java.util<br/>
static OK</td> static OK</td>
<td>JCL-&gt;log4j<br/> <td>JCL-&gt;java.util<br/>
static OK static OK
</td> </td>
<td>JCL-&gt;log4j<br/> <td>JCL-&gt;log4j<br/>
@@ -507,7 +507,9 @@ classloader is set to the child.
</table> </table>
<p>Trivial variations on the second series. Now API and JCL are <p>Trivial variations on the second series. Now API and JCL are
definable only by parent and child respectively (as in the last 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> </p>
<h4>Child First ClassLoader Cases</h4> <h4>Child First ClassLoader Cases</h4>
<p>The same classloader configuration can be repeated with (this <p>The same classloader configuration can be repeated with (this