Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
WHATSNEW.txt | 2011-08-22 | 2.9 kB | |
README-FIRST.txt | 2011-08-22 | 2.1 kB | |
log4ant_3.0.0-build1258.20_src.zip.sig | 2011-08-22 | 194 Bytes | |
log4ant_3.0.0-build1258.20_src.zip | 2011-08-22 | 197.8 kB | |
log4ant_3.0.0-build1258.20_doc.zip | 2011-08-22 | 375.3 kB | |
log4ant_3.0.0-build1258.20_bin_withdeps.zip.sig | 2011-08-22 | 194 Bytes | |
log4ant_3.0.0-build1258.20_bin_withdeps.zip | 2011-08-22 | 1.8 MB | |
log4ant_3.0.0-build1258.20_bin.zip | 2011-08-22 | 94.7 kB | |
log4ant_3.0.0-build1258.20_bin.zip.sig | 2011-08-22 | 194 Bytes | |
Totals: 9 Items | 2.5 MB | 0 |
Log4Ant - WHAT IS IT? ====================== JWare/AntXtras Logging for Ant (Log4Ant) is a full bridge to the SLF4J library. SLF4J is a simple façade for various logging frameworks like Log4J, Logback, Jakarta Commons Logging, and the JRE's own logging. By using Log4Ant components you can easily capture, transform, and send Ant messages and standard output and error feedback to your real logging or monitoring system. Get more information at the main AntXtras website: http://antxtras.sourceforge.net/. CONTENTS ======== README-FIRST.txt This file. Describes contents of release package. VERSION.txt Release identification information for you to use in issue reports. WHATSNEW.txt High-level changes in this release. Read to see if there are incompatible changes with last release. Only present in the '_bin*' distributions. LICENSE.txt, LICENSE-LGPL.txt Licensing information. Read to determine how you can use this product as-is and for derived works. INSTALL.txt Brief installation instructions. Synopsis of the detailed information found on the product website. Only present in the '_bin*' distributions. lib/ Contains the Log4Ant antlib jar files. Only the 'jw-log4ant.jar' file is required. Any other jar files contain advanced or test-only features; see the website for additional information. Only present in the '_bin*' distributions. dep/ Contains the non-Ant thirdparty dependencies for this product. Only present in the '_bin_withdeps' distributions. Note: these are Log4Ant-packaged versions of the dependencies-- please see each item's home website for original distributions. src/ Contains full set of sources for this product. Only present in the '_src' distributions. doc/ Contains full set of offline documentation for this product. These documents SUPPLEMENT the online docs found on the main Sandbox Software website. Only present in the '_doc' distributions. etc/ Contains install check script '*-install-check.xml' and ez-build scripts for source only distributions. END