Changed the wording to make things clearer.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@399219 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -147,7 +147,7 @@ commonly set by placing a file named commons-logging.properties in the classpath
|
|||||||
When such a file exists, every entry in the properties file becomes an "attribute"
|
When such a file exists, every entry in the properties file becomes an "attribute"
|
||||||
of the LogFactory. When there is more than one such file in the classpath, releases
|
of the LogFactory. When there is more than one such file in the classpath, releases
|
||||||
of commons-logging prior to 1.1 simply use the first one found. From release 1.1,
|
of commons-logging prior to 1.1 simply use the first one found. From release 1.1,
|
||||||
each file may define a <code>priority</code> key in each file, and the file with
|
each file may define a <code>priority</code> key, and the file with
|
||||||
the highest priority is used (no priority definition implies priority of zero).
|
the highest priority is used (no priority definition implies priority of zero).
|
||||||
When multiple files have the same priority, the first one found is used.
|
When multiple files have the same priority, the first one found is used.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -646,7 +646,7 @@ href='http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com
|
|||||||
This is the strategy adopted by JCL.
|
This is the strategy adopted by JCL.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
JCL uses the context classloader to use the <code>Log</code> implementation.
|
JCL uses the context classloader to load the <code>Log</code> implementation.
|
||||||
</p>
|
</p>
|
||||||
</subsection>
|
</subsection>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ up the understanding of the classloader environment required to diagnose JCL pro
|
|||||||
</subsection>
|
</subsection>
|
||||||
<subsection name='Diagnostic Message Prefix'>
|
<subsection name='Diagnostic Message Prefix'>
|
||||||
<p>
|
<p>
|
||||||
Each diagnostic message is prefixed with details of the class being logger in a standard format.
|
Each diagnostic message is prefixed with details of the relevant class in a standard format.
|
||||||
This takes the form:
|
This takes the form:
|
||||||
</p>
|
</p>
|
||||||
<code><pre>
|
<code><pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user