5. Conclusion
Contact address: jarrywen@163.com
6. Reference resources
Ø Jakarta Commons Logging (JCL) User Guide: http://jakarta.apache.org/commons/logging/guide.html
Ø Use log4j: http://www.vipan.com/htdocs/log4jhelp.html (recommended)
Ø Short Introduction to log4j: http://logging.apache.org/log4j/docs/manual.html
Ø Log Facilities and General Implementation (Chinese): http://www-900.ibm.com/developerWorks/cn/java/l-common-logging/index.shtml
Ø Jakarta all package download address: http://jakarta.apache.org/site/binindex.cgi
Ø log4j package address: http://apache.linuxForum.Net/dist/jakarta/log4j/binaries/jakarta-log4j-1.2.8.zip
Ø JCL package download address: http://apache.linuxForum.Net/dist/jakarta/commons/logging/binaries/commons-logging-1.0.3.zip
7. Reference book
2 EXPERT One-on-One J2EE Design and development [Rodjonhson]
8. Noun explanation:
.
JDK Logging API, included in JDK 1.4 or later systems. Each named Log instance is connected to a corresponding java.util.logging.Logger instance. LogKit from Apache's Avalon project. Each named Log instance is connected to a corresponding LogKit Logger. NoOpLog implementation That Simply Swallows All Log Output, for all named log isntances.
SimpleLog Implementation That Writes All Log Output, for all named log instances, to system.err.