aboutsummaryrefslogtreecommitdiff
path: root/java/apache-commons-logging/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'java/apache-commons-logging/pkg-descr')
-rw-r--r--java/apache-commons-logging/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/java/apache-commons-logging/pkg-descr b/java/apache-commons-logging/pkg-descr
new file mode 100644
index 000000000000..02a93bf2c47d
--- /dev/null
+++ b/java/apache-commons-logging/pkg-descr
@@ -0,0 +1,12 @@
+Apache Commons Logging library.
+
+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.
+
+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://commons.apache.org/proper/commons-logging/