Home » commons-logging-1.1.1-src » org.apache.commons » logging »

org.apache.commons.logging

Sub Packages:

org.apache.commons.logging.avalon    
org.apache.commons.logging.impl   Concrete implementations of commons-logging wrapper APIs.  
org.apache.commons.logging.jdk14    
org.apache.commons.logging.log4j    
org.apache.commons.logging.simple    

Interfaces:

Log  

A simple logging interface abstracting logging APIs. 

code | html

Abstract Classes:

AbstractLogTest     code | html
LogFactory  

Factory for creating Log instances, with discovery and configuration features similar to that employed by standard Java APIs such as JAXP.

IMPLEMENTATION NOTE - This implementation is heavily based on the SAXParserFactory and DocumentBuilderFactory implementations (corresponding to the JAXP pluggability APIs) found in Apache Xerces.

 
code | html

Classes:

LoadTest.AppClassLoader     code | html
LogConfigurationException  

An exception that is thrown only if a suitable LogFactory or Log instance cannot be created by the corresponding factory methods.

 
code | html
LogSource  

Factory for creating Log instances. 

code | html
UserClass     code | html
Wrapper  

Wrapper around test cases that need to have a custom class loader hierarchy assembled. 

code | html

All Test Cases:

AbstractLogTest     code | html
BasicOperationsTest   Tests the basic logging operations to ensure that they all function without exception failure.  code | html
LoadTest   testcase to emulate container and application isolated from container  code | html
LogTest     code | html
NoOpLogTest     code | html
SimpleLogTest     code | html
TestAll  

The build script calls just one TestSuite - this one! All tests should be written into separate TestSuite's and added to this. 

code | html