Content deleted Content added
→Feature comparison: Deleted uncited text: Not widely used{{Citation needed|date=August 2009}} |
|||
Line 103:
==Summary==
Apache Commons Logging isn't really a logging framework, but a wrapper for one. As such, it requires a logging framework underneath it. It is particularly useful when developing reusable libraries which need to write to whichever underlying logging system is being used by the application. It also provides flexibility in heterogeneous environments where the logging framework is likely to change, although in most cases, once a logging framework has been chosen, there is little need to change it over the life of the project.
|