Advertisement
Membership
Login
ACCU Buttons
Search in Book Reviews
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
This book is not a reference with a complete interface of the two APIs, and it does not give a reference of the syntax of the configuration files, especially for log4j. However, I did not think that this is such a negative point of the book, because it would have added many pages that might not be very useful. If you want to find out about the details of the APIs, there is no better place than the JavaDoc and possible a few other documents online. The book is well written, and explains correctly the ideas behind the two logging APIs. A few UML class and interaction diagrams are given to explain the interaction between the various classes and interfaces that constitutes the two logging frameworks. The examples do support the text very well and I found this a very pleasant book to read. One thing is maybe not yet stressed enough in this book and that is the enormous value of good configurable logging statements in your application. It is very important that a developer learns to discern the points where a logging statement is required, to be able to correctly trace problems in the future.