summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2004-04-15 20:38:11 +0000
committerErnst de Haan <znerd@FreeBSD.org>2004-04-15 20:38:11 +0000
commitb26b1d352916c1d2762014b064bf364ff26557cf (patch)
treeb7b52406de5bf15ee1154001c0333cb0baba0678 /java
parentUpdate to 2.0.1. For a list of what's new, see: (diff)
Improved description. In fact it related to jakarta-commons-validator.
PR: 65491 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Notes
Notes: svn path=/head/; revision=107146
Diffstat (limited to 'java')
-rw-r--r--java/jakarta-commons-logging/pkg-descr19
1 files changed, 10 insertions, 9 deletions
diff --git a/java/jakarta-commons-logging/pkg-descr b/java/jakarta-commons-logging/pkg-descr
index d200e05fb8f4..a1af139856a3 100644
--- a/java/jakarta-commons-logging/pkg-descr
+++ b/java/jakarta-commons-logging/pkg-descr
@@ -1,11 +1,12 @@
-Generic Java library for validating data constraints.
+Jakarta Commons Logging library.
-A common issue when receiving data either electronically or from
-user input is verifying the integrity of the data. This work is
-repetitive and becomes even more complicated when different sets
-of validation rules need to be applied to the same set of data
-based on locale for example. Error messages may also vary by
-locale. This package attempts to address some of these issues and
-speed development and maintenance of validation rules.
+There is a great need for debugging and logging information inside of Commons
+components such as HTTPClient and DBCP. However, there are many logging APIs
+out there and it is difficult to choose among them.
-WWW: http://jakarta.apache.org/commons/validator/
+The Logging package is an ultra-thin bridge between different logging
+libraries. Commons components may use the Logging API to remove compile-time
+and run-time dependencies on any particular logging package, and contributors
+may write Log implementations for the library of their choice.
+
+WWW: http://jakarta.apache.org/commons/logging/