mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
11 lines
529 B
Plaintext
11 lines
529 B
Plaintext
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.
|