Java logging framework: Difference between revisions

Content deleted Content added
No edit summary
Removed extra space and capitalized "Loging"
Line 5:
A '''Java logging framework''' is a [[computer data logging]] package for the [[Java platform]].
 
loggingLogging 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==