Apache Commons Logging: Difference between revisions

Content deleted Content added
Monkbot (talk | contribs)
m Task 18 (cosmetic): eval 4 templates: del empty params (9×);
Monkbot (talk | contribs)
m Task 18 (cosmetic): eval 4 templates: hyphenate params (2×);
Line 18:
}}
 
'''Apache Commons Logging''' (previously known as '''Jakarta Commons Logging''' or '''JCL''') is a [[Java platform|Java]]-based [[data logging|logging]] utility and a programming model for logging and for other toolkits. It provides [[Application programming interface|API]]s, log implementations, and [[Adapter pattern|wrapper]] implementations over some other tools.<ref name=":ac">{{Cite web|url = http://commons.apache.org/proper/commons-logging/|title = commons logging|accessdateaccess-date = 12 February 2016|website = Apache.org|publisher = Apache}}</ref><ref name=":ijcliwas_2">{{Cite book|title = Integrating Jakarta Commons Logging with IBM WebSphere Application Server V5|url=http://www-01.ibm.com/support/docview.wss?uid=swg27004610&aid=1|last = Zavala|first = D.A.|last2 = Lau| first2 = Y.C.| publisher = IBM corporation|year = 2004|pages = 2}}</ref><ref name=":ac_c">{{Cite web|url = http://commons.apache.org/proper/commons-logging/guide.html|title = contents|accessdateaccess-date = 12 February 2016|website = Apache.org|publisher = Apache}}</ref>
 
== Log level ==