1
0

Updated guide to reflect changes made to diagnostics format.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@382145 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2006-03-01 20:32:07 +00:00
parent 7870118ec9
commit f8c59c7d27

View File

@@ -85,7 +85,7 @@ Each diagnostic message is prefixed with details of the class being logger in a
This takes the form: This takes the form:
</p> </p>
<code><pre> <code><pre>
[<em>class-identifier</em> -> <em>ClassLoader OID</em>] [<em>class-identifier</em> from <em>ClassLoader OID</em>]
</pre></code> </pre></code>
<p> <p>
<em>ClassLoader OID</em> is the <a href='#OIDs'>OID</a> of a classloader which loaded <em>ClassLoader OID</em> is the <a href='#OIDs'>OID</a> of a classloader which loaded
@@ -98,7 +98,7 @@ In the case of
</p> </p>
<code><pre> <code><pre>
[LogFactory [LogFactory
-> sun.misc.Launcher$AppClassLoader@20120943] BOOTSTRAP COMPLETED from sun.misc.Launcher$AppClassLoader@20120943] BOOTSTRAP COMPLETED
</pre></code> </pre></code>
<p> <p>
In the case of In the case of
@@ -107,7 +107,7 @@ to discover the details of the TCCL used to manage this instance. For example (l
</p> </p>
<code><pre> <code><pre>
[LogFactoryImpl@1671711 [LogFactoryImpl@1671711
-> sun.misc.Launcher$AppClassLoader@20120943] Instance created. from sun.misc.Launcher$AppClassLoader@20120943] Instance created.
</pre></code> </pre></code>
</subsection> </subsection>
<subsection name='ClassLoader Hierarchy Tree'> <subsection name='ClassLoader Hierarchy Tree'>
@@ -179,12 +179,12 @@ and the <a href='#ClassLoader%20Hierarchy%20Tree'>classloader tree</a>. For exam
following log snippet details the TCCL (lines split): following log snippet details the TCCL (lines split):
</p> </p>
<code><pre> <code><pre>
[LogFactory -> sun.misc.Launcher$AppClassLoader@20120943] [LogFactory from sun.misc.Launcher$AppClassLoader@20120943]
[LOOKUP] LogFactory implementation requested for the first time for context [LOOKUP] LogFactory implementation requested for the first time for context
classloader java.net.URLClassLoader@3526198 classloader java.net.URLClassLoader@3526198
[LogFactory -> sun.misc.Launcher$AppClassLoader@20120943] [LogFactory from sun.misc.Launcher$AppClassLoader@20120943]
[LOOKUP] java.net.URLClassLoader@3526198 == 'java.net.URLClassLoader@35ce36' [LOOKUP] java.net.URLClassLoader@3526198 == 'java.net.URLClassLoader@35ce36'
[LogFactory -> sun.misc.Launcher$AppClassLoader@20120943] [LogFactory from sun.misc.Launcher$AppClassLoader@20120943]
[LOOKUP] ClassLoader tree:java.net.URLClassLoader@3526198 [LOOKUP] ClassLoader tree:java.net.URLClassLoader@3526198
--> sun.misc.Launcher$AppClassLoader@20120943 (SYSTEM) --> sun.misc.Launcher$AppClassLoader@20120943 (SYSTEM)
--> sun.misc.Launcher$ExtClassLoader@11126876 --> sun.misc.Launcher$ExtClassLoader@11126876