Content deleted Content added
→Feature comparison: Delete speculation |
→Summary: Commons logging (and SLF4J) are primarily for making libraries flexible. Changed emphasis. |
||
Line 105:
[[log4j]] is the leader in the Java Logging ___domain{{Citation needed|date=June 2008}}. log4j has been around for a long time and has lots of support from the development community. It's simple to implement in an application, yet has powerful tools built in to accomplish logging tasks. It is also easily extensible to handle proprietary needs.
Apache Commons Logging isn't really a logging framework, but a wrapper for one. As such, it requires a logging framework underneath it. It is particularly useful
The Java Logging API is also not a logging framework, but a standard API for accessing a logging framework. Compatible frameworks can be loaded into JVM and accessed via the API. There is also a logging implementation supplied with the Sun JVM which is the default logging framework accessed by the API. Many developers confuse this implementation with the Java Logging API.
|