Apache Commons Logging: Difference between revisions

Content deleted Content added
Add 1.3.0 release
m Example: "Nonexistant" -> "Nonexistent", "non-existent" -> "nonexistent"
 
(3 intermediate revisions by 3 users not shown)
Line 7:
| developer = [[Apache Software Foundation]]
| released =
| latest release version = 1.3.04
| latest release date = {{Start date and age|20232024|1208|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 179:
[[Category:Log file formats]]
[[Category:Software using the Apache license]]
[[Category:Apache Commons|Logging]]