Apache Commons Logging: Difference between revisions

Content deleted Content added
R8cobra (talk | contribs)
#suggestededit-add 1.0
Tags: Mobile edit Mobile app edit Android app edit
m Example: "Nonexistant" -> "Nonexistent", "non-existent" -> "nonexistent"
 
(5 intermediate revisions by 5 users not shown)
Line 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 119:
try
{
Class.forName("com.cascadetg.NonexistantClassNonexistentClass");
} catch (Exception e)
{
log.warn("Can't find a non-existentnonexistent class!");
}
 
Line 164:
{{Portal|Computer programming|Free and open-source software}}
*[[log4j]]
*[[Chainsaw (log file viewer)]]
*{{GitHub|https://github.com/apache/commons-logging}}
 
Line 179:
[[Category:Log file formats]]
[[Category:Software using the Apache license]]
[[Category:Apache Commons|Logging]]