Changes because of the TLP move.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@560818 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1195,7 +1195,7 @@ public abstract class LogFactory {
|
||||
+ LogFactory.class.getName() + "'. ";
|
||||
if (implementsLogFactory) {
|
||||
msg = msg + "The conflict is caused by the presence of multiple LogFactory classes in incompatible classloaders. " +
|
||||
"Background can be found in http://jakarta.apache.org/commons/logging/tech.html. " +
|
||||
"Background can be found in http://commons.apache.org/logging/tech.html. " +
|
||||
"If you have not explicitly specified a custom LogFactory then it is likely that " +
|
||||
"the container has set one without your knowledge. " +
|
||||
"In this case, consider using the commons-logging-adapters.jar file or " +
|
||||
@@ -1203,7 +1203,7 @@ public abstract class LogFactory {
|
||||
} else {
|
||||
msg = msg + "Please check the custom implementation. ";
|
||||
}
|
||||
msg = msg + "Help can be found @http://jakarta.apache.org/commons/logging/troubleshooting.html.";
|
||||
msg = msg + "Help can be found @http://commons.apache.org/logging/troubleshooting.html.";
|
||||
|
||||
if (isDiagnosticsEnabled()) {
|
||||
logDiagnostic(msg);
|
||||
|
||||
@@ -28,7 +28,7 @@ can be used around a variety of different logging implementations, including
|
||||
prebuilt support for the following:</p>
|
||||
<ul>
|
||||
<li><a href="http://logging.apache.org/log4j/">Log4J</a> (version 1.2 or later)
|
||||
from Apache's Jakarta project. Each named <a href="Log.html">Log</a>
|
||||
from Apache's Logging project. Each named <a href="Log.html">Log</a>
|
||||
instance is connected to a corresponding Log4J Logger.</li>
|
||||
<li><a href="http://java.sun.com/j2se/1.4/docs/guide/util/logging/index.html">
|
||||
JDK Logging API</a>, included in JDK 1.4 or later systems. Each named
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<title>Overview Documentation for COMMONS-LOGGING</title>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
<p>The <em>Logging Wrapper Library</em> component of the Jakarta Commons
|
||||
<p>The <em>Logging Wrapper Library</em> component of the Apache Commons
|
||||
subproject offers wrappers around an extensible set of concrete logging
|
||||
implementations, so that application code based on it does not need to be
|
||||
modified in order to select a different logging implementation.</p>
|
||||
|
||||
Reference in New Issue
Block a user