From 9ad236575bcd9804152c4c721f85ada42b704650 Mon Sep 17 00:00:00 2001 From: Robert Burrell Donkin Date: Mon, 25 Apr 2005 20:37:28 +0000 Subject: [PATCH] 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 --- demonstration/src/java/overview.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/demonstration/src/java/overview.html b/demonstration/src/java/overview.html index bf540c4..9ae10f0 100644 --- a/demonstration/src/java/overview.html +++ b/demonstration/src/java/overview.html @@ -492,9 +492,9 @@ classloader is set to the child. Expected Result - JCL->log4j
+ JCL->java.util
static OK - JCL->log4j
+ JCL->java.util
static OK JCL->log4j
@@ -507,7 +507,9 @@ classloader is set to the child.

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.

Child First ClassLoader Cases

The same classloader configuration can be repeated with (this