Java logging framework: Difference between revisions

Content deleted Content added
copy-edits
Line 7:
A '''Java logging framework''' is a [[computer data logging]] package for the [[Java platform]].
 
In software, logging refers to the recording of activity, not cutting down trees. Logging is a common issue for most development teams. There have been severalSeveral frameworks developed to ease and standardize the process of logging for the Java platform. This pagearticle covers general purpose logging frameworks.
 
== Functionality overview ==