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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user