Logging in Java with the JDK 1.4 logging API and Apache Log4j

Samudra Gupta

  • 出版商: Apress
  • 出版日期: 2003-04-14
  • 售價: $2,530
  • 貴賓價: 9.5$2,404
  • 語言: 英文
  • 頁數: 336
  • 裝訂: Hardcover
  • ISBN: 1590590996
  • ISBN-13: 9781590590997
  • 相關分類: Java 程式語言
  • 已絕版

買這商品的人也買了...

商品描述

Logging in Java with the JDK 1.4 Logging API and Apache log4j is the first book to discuss the two foremost logging API’s: JDK 1.4.0 logging API and Apache log4j 1.2.6 logging API for application developers. The internals of each API are examined, contrasted, and compared in exhaustive depth. Programmers will find a wealth of information simply not available elsewhere--not even on the Internet.

Each concept explained is accompanied by code example written in Java language. The book also provides guidelines for extending the existing logging frameworks to cater to application-specific needs. Overall, this can be considered a handbook for logging-related information and techniques needed for developing applications in the Java language.

Contents

Chapter 1: Introduction to Application Logging
Chapter 2: JDK 1.4 Logging API
Chapter 3: Formatting JDK 1.4 Logging Information
Chapter 4: Extending the Logging Framework
Chapter 5: Understanding Apache log4j
Chapter 6: Formatting Logging Information in log4j
Chapter 7: Advanced Logging with log4j
Chapter 8: Extending log4j to Create Custom Logging Components
Chapter 9: Using the Apache Log Tag Library
Chapter 10: Best Practices