Java logging framework: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 5:
A '''Java logging framework''' is a [[computer data logging]] package for the [[Java platform]].
 
In software, logging refers to the recording of activity. 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==