Thank you for looking into the as3commons-logging system! We hope you'll like it! Lets begin! There are various packages listed below for various tasks that might come up when working with this logging framework. org.as3commons.logging contains all that is necessary for a enduser: Just log and done! API Changes For version 2.5 we changed the API for performance reasons. it is now in the .api package which allows us to deploy a compatibility package.


 packageDescription
 Top Level
 org.as3commons.logging.apiMain access points to the logging framework. 
 org.as3commons.logging.integrationIntegration to other logging systems (for routing log events of the other systems to the as3commons logging system) 
 org.as3commons.logging.setupSetup mechanisms to define/manipulate the log output. 
 org.as3commons.logging.setup.log4jLog4j style setup process. 
 org.as3commons.logging.setup.targetVarious output targets that can be used in the setup process. 
 org.as3commons.logging.simpleA set of tools to log without a big hazzle. 
 org.as3commons.logging.utilUtils for more specific logging systems. 
 org.as3commons.logging.util.xmlUtils to work with xml based setups.