Content deleted Content added
→Feature comparison: There are many references to JCL without an explanation as to what it is. It turns out that is Apache Commons Logging. Added an explanatory "(JCL)" by Apache Commons Logging in the table so later references to JCL are understood. |
m →top: dash |
||
Line 8:
Logging refers to the recording of activity by an application and is a common issue for development teams. Logging frameworks ease and standardize the process of logging for the Java platform. In particular they provide flexibility by avoiding explicit output to the console (see Appender below). Where logs are written becomes independent of the code and can be customized at runtime.
Unfortunately the JDK did not include logging in its original release so by the time the Java Logging API was added several other logging frameworks had become widely used
==Functionality overview==
|