Java logging framework: Difference between revisions

Content deleted Content added
M0smith (talk | contribs)
mNo edit summary
M0smith (talk | contribs)
mNo edit summary
Line 1:
==Inttroduction ot Java Logging Frameworks==
[[data logging|Logging]] is a common issue for most development teams. There have been several frameworks developed to ease and standardize the process of logging for the [[Java platform|Java platform]].
==Links to Java Logging Projects==
 
* [http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/overview.html Java Logging API]
* [http://jakarta.apache.org/commons/logging/ Commons Logging]
* [[Log4j]]
* [http://www.alphaworks.ibm.com/tech/loggingtoolkit4j Logging Toolkit for Java]
* [http://protomatter.sourceforge.net Protomatter]
* [http://www.theobjectguy.com/javalog/ Java Logging Framework]
 
See also [http://java-source.net/open-source/logging Open Source Logging Tools in Java]