日誌的學習點滴(3)

来源:互联网 发布:java 64位官方下载 编辑:程序博客网 时间:2024/06/10 08:35
<script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 728x15, 创建于 08-4-23MSDN */google_ad_slot = "3624277373";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 160x600, 创建于 08-4-23MSDN */google_ad_slot = "4367022601";google_ad_width = 160;google_ad_height = 600;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
5.結束語
聯繫地址:jarrywen@163.com

6.參考資源

Ø          Jakarta Commons Logging (JCL) User Guide: http://jakarta.apache.org/commons/logging/guide.html

Ø          Use Log4j:http://www.vipan.com/htdocs/log4jhelp.html(推薦)

Ø          Short introduction to log4j: http://logging.apache.org/log4j/docs/manual.html

Ø          日誌設施與通用實現(中文): http://www-900.ibm.com/developerWorks/cn/java/l-common-logging/index.shtml

Ø          Jakarta所有包下載地址:http://jakarta.apache.org/site/binindex.cgi

Ø          log4j包載地址:http://apache.linuxforum.net/dist/jakarta/log4j/binaries/jakarta-log4j-1.2.8.zip

Ø          jcl包下載地址: http://apache.linuxforum.net/dist/jakarta/commons/logging/binaries/commons-logging-1.0.3.zip

7.參考書目

²         Expert one-on-one J2EE Design and Development [RodJonhson]

 

8.名詞解釋:

  • Log4J (version 1.2 or later) from Apache's Jakarta project. Each named Log instance is connected to a corresponding Log4J Logger.
  • 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. <script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 728x15, 创建于 08-4-23MSDN */google_ad_slot = "3624277373";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 160x600, 创建于 08-4-23MSDN */google_ad_slot = "4367022601";google_ad_width = 160;google_ad_height = 600;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
原创粉丝点击