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.
| package | Description | |
|---|---|---|
| Top Level | ||
| org.as3commons.logging.api | Main access points to the logging framework. | |
| org.as3commons.logging.integration | Integration to other logging systems (for routing log events of the other systems to the as3commons logging system) | |
| org.as3commons.logging.setup | Setup mechanisms to define/manipulate the log output. | |
| org.as3commons.logging.setup.log4j | Log4j style setup process. | |
| org.as3commons.logging.setup.target | Various output targets that can be used in the setup process. | |
| org.as3commons.logging.simple | A set of tools to log without a big hazzle. | |
| org.as3commons.logging.util | Utils for more specific logging systems. | |
| org.as3commons.logging.util.xml | Utils to work with xml based setups. |