Apache Commons Logging: Difference between revisions

Content deleted Content added
Monkbot (talk | contribs)
m Task 18 (cosmetic): eval 4 templates: hyphenate params (2×);
m Example: "Nonexistant" -> "Nonexistent", "non-existent" -> "nonexistent"
 
(6 intermediate revisions by 6 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.23.4
| latest release date = {{Start date and age|20142024|0708|16}}
| latest preview version =
| latest preview date =
Line 118 ⟶ 119:
try
{
Class.forName("com.cascadetg.NonexistantClassNonexistentClass");
} catch (Exception e)
{
log.warn("Can't find a non-existentnonexistent class!");
}
 
Line 163 ⟶ 164:
{{Portal|Computer programming|Free and open-source software}}
*[[log4j]]
*[[Chainsaw (log file viewer)]]
*{{GitHub|https://github.com/apache/commons-logging}}
 
Line 178 ⟶ 179:
[[Category:Log file formats]]
[[Category:Software using the Apache license]]
[[Category:Apache Commons|Logging]]