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:
@@ -492,9 +492,9 @@ classloader is set to the child.
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Expected Result</th>
|
<th>Expected Result</th>
|
||||||
<td>JCL->log4j<br/>
|
<td>JCL->java.util<br/>
|
||||||
static OK</td>
|
static OK</td>
|
||||||
<td>JCL->log4j<br/>
|
<td>JCL->java.util<br/>
|
||||||
static OK
|
static OK
|
||||||
</td>
|
</td>
|
||||||
<td>JCL->log4j<br/>
|
<td>JCL->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
|
||||||
|
|||||||
Reference in New Issue
Block a user