1
0

Split Log4JLogger into Log4J12Logger and Log4J13Logger

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@193079 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2005-06-23 05:40:32 +00:00
parent 60c7478968
commit 549db6b069
8 changed files with 463 additions and 321 deletions

View File

@@ -12,11 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# log4j.jar - log4j classes (see http://jakarta.apache.org/log4j)
log4j.jar=/java/log4j/log4j.jar
# Apache Log4j 1.2.x series
log4j12.jar=/java/log4j/log4j-1.2.9.jar
# Used for testing against older 1.2.x Log4J versions
log4j12.jar=/java/log4j/log4j-1.2.7.jar
# Apache Log4j 1.3.x series
log4j13.jar=/java/log4j/log4j-1.3.0.jar
# logkit.jar - Avalon LogKit classes (see http://jakarta.apache.org/avalon)
logkit.jar=/java/logkit/logkit.jar