Java logging framework: Difference between revisions

Content deleted Content added
No edit summary
Line 6:
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 development teams. Several frameworks ease and standardize the process of logging for the Java platform. This article covers general purpose logging frameworks.
 
== Functionality overview ==