From 41c6d63086d0b82146e123e4403c10aa851546aa Mon Sep 17 00:00:00 2001 From: Robert Burrell Donkin Date: Mon, 13 Oct 2003 13:44:16 +0000 Subject: [PATCH] Fixed some bad links. (Thanks to James Mitchell for the spot.) git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138997 13f79535-47bb-0310-9956-ffa450edef68 --- usersguide.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usersguide.html b/usersguide.html index 346490d..746fa0b 100644 --- a/usersguide.html +++ b/usersguide.html @@ -86,12 +86,12 @@ to determine what type of Log implementation it should use org.apache.commons.logging.log is also consulted).
  • If the Log4J logging system is available in the application class path, use the corresponding wrapper class - (Log4JLogger).
  • + (Log4JLogger).
  • If the application is executing on a JDK 1.4 system, use the corresponding wrapper class - (Jdk14Logger).
  • + (Jdk14Logger).
  • Fall back to the default simple logging wrapper - (SimpleLog).
  • + (SimpleLog). Consult the Commons-Logging javadocs for details of the various Log