Java logging framework: Difference between revisions

Content deleted Content added
Links to Java Logging Projects: tweaked URL to point to cover page
Summary: Claim without proof.
Line 85:
==Summary==
{{POV-section|date=December 2007}}
Of the major players, [[log4j]] is still the front runner in the [[Java]] [[Logging]] ___domain{{Fact|date=June 2008}}. The log4j project has been around for a long time and has lots of support from the development community. It's simple to implement, yet has powerful tools built in to accomplish most logging tasks. It is also easily extensible to handle proprietary needs.
 
The newer logging API, which has been included in the JRE since 1.4, incorporates many of the same concepts as log4j. It has loggers and appenders. However, log4j has been much more broadly used and there are many out-of-the-box solutions in log4j that are lacking in the Java Logging API.{{Fact|date=November 2007}}