Content deleted Content added
mNo edit summary |
m →Example: "Nonexistant" -> "Nonexistent", "non-existent" -> "nonexistent" |
||
(8 intermediate revisions by 7 users not shown) | |||
Line 1:
{{Short description|Logging model and program}}
{{Infobox software
| name = Apache Commons Logging
Line 6 ⟶ 7:
| developer = [[Apache Software Foundation]]
| released =
| latest release version = 1.
| latest release date = {{Start date and age|
| latest preview version =
| latest preview date =
Line 18 ⟶ 19:
}}
'''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|access-date
== Log level ==
Line 45 ⟶ 46:
| '''trace'''
| Most detailed information. Expect these to be written to logs only.
|}<ref name=":ac_c"/><ref name=":ajc_120">{{Cite book|title = Apache Jakarta Commons - Reusable Java Components|last = Iverson|first = W.|publisher = Pearson Education, Inc.|year = 2005|___location = Crawfordsville, Indiana, USA
== Configuration ==
Line 118 ⟶ 119:
try
{
Class.forName("com.cascadetg.
} catch (Exception e)
{
log.warn("Can't find a
}
Line 163 ⟶ 164:
{{Portal|Computer programming|Free and open-source software}}
*[[log4j]]
*
*{{GitHub|https://github.com/apache/commons-logging}}
Line 178 ⟶ 179:
[[Category:Log file formats]]
[[Category:Software using the Apache license]]
[[Category:Apache Commons|Logging]]
|