1
0

Update remaining documentation that says the default Log implementation

is NoOpLog.  It was changed to SimpleLog a while back.

PR:  Bugzilla #14571
Submitted by:  David M. Karr <dmkarr@earthlink.net>


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138938 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Craig R. McClanahan
2002-11-23 03:07:58 +00:00
parent a661c64c6d
commit 03645a6b4a
2 changed files with 7 additions and 7 deletions

View File

@@ -131,8 +131,8 @@ implementation uses the following rules:</p>
<li>If the application is executing on a JDK 1.4 system, use
the corresponding wrapper class
(<a href="impl/Jdk14Logger.html">Jdk14Logger</a>).</li>
<li>Fall back to the default no-output logging wrapper
(<a href="impl/NoOpLog.html">NoOpLog</a>).</li>
<li>Fall back to the default simple logging wrapper
(<a href="impl/SimpleLog.html">SimpleLog</a>).</li>
</ul></li>
<li>Load the class of the specified name from the thread context class
loader (if any), or from the class loader that loaded the