PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138846 13f79535-47bb-0310-9956-ffa450edef68
24 lines
601 B
Plaintext
24 lines
601 B
Plaintext
$Id: RELEASE-NOTES.txt,v 1.1 2002/01/29 20:31:04 sanders Exp $
|
|
|
|
Commons Logging Package
|
|
Version 1.0
|
|
Release Notes
|
|
|
|
|
|
INTRODUCTION:
|
|
|
|
This document contains the release notes for this version of the Commons
|
|
Logging package. This is the first release of commons-logging.
|
|
|
|
|
|
NEW FEATURES:
|
|
|
|
* commons-logging implements an abstraction between logging and the logging
|
|
implementation being used. You can currently use Avalon's logkit, Log4J,
|
|
JDK 1.4's logging, or nothing at all. It is up to you.
|
|
|
|
|
|
BUG FIXES:
|
|
|
|
|