Pro Apache Log4j, Second Edition (Pro)
| |||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||
| Sort customer reviews by: | |||||||||||||||||||||||||||||
|
Show All Reviews on Page
Hide All Reviews on Page
| |||||||||||||||||||||||||||||
| Pro Apache Log4j, Second Edition (Pro) | |||||||||||||||||||||||||||||
|
In development scenarios where things can't be run in a debugger, or when you run the risk of masking the problem, logs are the greatest source of information about running a program. Pro Apache Log4j, Second Edition provides best practices guidelines and comprehensive coverage of the most recent release. Step by step, the book explains core concepts, from basic to advanced. Code samples are in Java and include guidelines for different application-specific needs. You'll also learn how to extend the API to write custom components and best practices for using the feature-rich log4j API. This book concludes with enterprise Java applications using log4j with JSP and J2EE. |
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 8 of 8 | |||||||||||||||||||||||||||||
| Review Date |
Review Rating(5 High) |
Review Helpful to: |
Customer Review | Reviewer Info |
Permanent Link |
||||||||||||||||||||||||
| Reader Reviews Below Sorted by Newest First | |||||||||||||||||||||||||||||
| 04-30-07 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Of all the Apress publications I've read, this is by far the best. This book provides a wonderful introduction, refresher or skill set extension for Log4J. I recommend this book for the beginner to moderate Log4J user.
Quick, concrete examples and explanations are the strong point of this book. It's fast and easy to read (I was able to read the book and work through it in a single day) and provided me with not only an understanding of Log4J, its core competencies and the business requirements that it meets, but also provided me with a creative inspiration. Many of the topics covered can provide you with ideas of your own for existing or future applications that you are or will be working on. Reading this book will provide you with a foundation for using Log4J effectively in your own applications. I do, however, recommend reading some of the other extensive Log4J books for more detailed information. However, this will serve you as a wonderful reference and overview of the technology. (Review Data Last Updated: 2007-09-07 18:38:31 EST)
|
|||||||||||||||||||||||||||||
| 04-30-07 | 5 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Of all the Apress publications I've read, this is by far the best. This book provides a wonderful introduction, refresher or skill set extension for Log4J. I recommend this book for the beginner to moderate Log4J user.
Quick, concrete examples and explanations are the strong point of this book. It's fast and easy to read (I was able to read the book and work through it in a single day) and provided me with not only an understanding of Log4J, its core competencies and the business requirements that it meets, but also provided me with a creative inspiration. Many of the topics covered can provide you with ideas of your own for existing or future applications that you are or will be working on. Reading this book will provide you with a foundation for using Log4J effectively in your own applications. I do, however, recommend reading some of the other extensive Log4J books for more detailed information. However, this will serve you as a wonderful reference and overview of the technology. (Review Data Last Updated: 2008-08-19 04:45:41 EST)
|
|||||||||||||||||||||||||||||
| 03-19-07 | 4 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This is an excellent reference. However, be aware that it does not provide much that isn't readily available in the composite of a couple of references available on-line on the Apache web site. I am very happy with the book, because I prefer to have a reference I can use off-line and at the side of my computer instead of in a window buried beneath my work.
(Review Data Last Updated: 2007-04-30 14:05:20 EST)
|
|||||||||||||||||||||||||||||
| 04-28-06 | 2 | 3\4 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I think this book could have been written in a much clearer, more easy to understand way. I also think it could have addressed much better the real world logging issues that a developer faces on the job.
It is not entirely the author's fault. Still, logging is a crucial subject to master, and it is very frustrating in that it requires dozens of hours to understand log4j and all its configuation options and gotcha's. For example, I have never yet been able to get log4j to work in Websphere. Certainly it's my fault, but that does not change the fact that it's very hard to configure log4j with multiple class loaders in effect. This book does not address the problem of using log4j in Websphere at all. Rather, it has a not terribly clear chapter on using log4j with Bea Weblogic. The kind of real world help that real programmers need and which this book does not address at all, is topics such as how to have logging in a java framework which is distributed as a jar file, which is then invoked in an entirely separate java application that itself uses log4j logging. For example if I include a jar file in my project that has logging messages at the DEBUG level, and my own project has messages at the DEBUG level, I want to see *my* debug messages but not see the debug messages of the included jar file. This book does not deal with these kind of real world problems at all. Nada. I have tried reading this book several times. It is mind numbing at times in the amount of detail presented. The important information is often hard to pick out from all the other information that is less important. Maybe I'm being too harsh. Maybe I am really criticizing log4j itself rather than this particular book. This book is a "must have" purchase for a serious programmer, but having said that it could certainly have been written more carefully and thoughtfully. The examples could have been much better planned and varied. The author seems at times a little lazy in using the same not very interesting example for an entire chapter instead of illustrating more things. It's not the fault of the authors that log4j is needlessly complicated to understand and configure and gives very cryptic error messages. But on the other hand the authors certainly don't deserve any praise for going out of their way to make an easy to read, carefully edited book. A lot of work went into writing the book, but I still can only give it two stars because it's eating up much, much more of my time than should be necessary to absorb it. (Review Data Last Updated: 2007-03-20 17:57:35 EST)
|
|||||||||||||||||||||||||||||
| 04-28-06 | 2 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I think this book could have been written in a much clearer, more easy to understand way. Perhaps I am simply spoiled by the wonderful "Head First" series of books. Logging is a crucial subject to master, and it is very frustrating in that it requires dozens of hours to understand log4j and all its configuation options and gotcha's. For example, I have never yet been able to get log4j to work in Websphere. Certainly it's my fault, but that does not change the fact that it's very hard to configure log4j with multiple class loaders in effect. This book does not address the problem of using log4j in Websphere at all. Rather, it has a not terribly clear chapter on using log4j with Bea Weblogic.
The kind of real world help that real programmers need and which this book does not address at all, is topics such as how to have logging in a java framework which is distributed as a jar file, which is then invoked in an entirely separate java application that itself uses log4j logging. I have tried reading this book several times. It is mind numbing at times in the amount of detail presented. The important information is often hard to pick out from all the other information that is less important. Maybe I'm being too harsh. Maybe I am really criticizing log4j itself rather than this particular book. This book is a "must have" purchase for a serious programmer, but having said that it could certainly have been written more carefully and thoughtfully. The examples could have been much better planned and varied. The author seems at times a little lazy in using the same not very interesting example for an entire chapter instead of illustrating more things. It's not the fault of the authors that log4j is needlessly complicated to understand and configure and gives very cryptic error messages. But on the other hand the authors certainly don't deserve any praise for going out of their way to make an easy to read, carefully edited book. A lot of work went into writing the book, but I still can only give it two stars because it's eating up much, much more of my time than should be necessary to absorb it. (Review Data Last Updated: 2006-05-03 09:11:30 EST)
|
|||||||||||||||||||||||||||||
| 04-28-06 | 2 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I think this book could have been written in a much clearer, more easy to understand way. Perhaps I am simply spoiled by the wonderful "Head First" series of books. Logging is a crucial subject to master, yet at the same time it is very frustrating that it requires literally dozens of hours to understand log4j and all its configuations options and and gotcha's. I have never yet been able to get log4j to work in Websphere. Certainly it's my fault, but that does not change the fact that it's very hard to configure with multiple, dueling class loaders in effect. This book does not address the problem of using log4j in Webphere at all . Rather, it only has a confusing chapter on using log4j with Weblogic.
I have tried reading this book several times. It is mind numbing at times in the amount of detail, and I really do not think it is very well organized. The important information is very hard to pick out from all the other information that is less important. Maybe I'm being too harsh. Maybe I really criticizing log4j itself rather than this particular book. But having said that, I am truly disapointed in this book. I do not like the examples either. (Review Data Last Updated: 2006-04-28 10:44:17 EST)
|
|||||||||||||||||||||||||||||
| 08-17-05 | 5 | 0\3 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This is not a large book by any stretch, but it packs a lot in. There's all sorts of stuff I hope I never need to know about log4j here, and there's examples of almost all of it. It would be a bit of overkill for what I need, except that it is also very logically organized.
A word of warning, though. This book is not a simple recipe book for log4j. The examples are helpful, but they serve to illustrate the exposition of the API. If you don't want to see or understand what log4j is doing behind the curtain, you'll get a limited benefit. I am somewhere on the fence here. I've toured the book, pulled out what I can use now, and plan to return to get a better understanding of the inner workings later. (Review Data Last Updated: 2006-07-07 08:24:28 EST)
|
|||||||||||||||||||||||||||||
| 07-25-05 | 5 | 2\9 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
It's disappointing that Java requires so much logging. It's an artifact of the complexity. But I can't hold that against this book. This thin tome is a well-written and illustrated walkthrough of all of the Log4J fundamentals. There are some insightful examples and good use of UML to illustrate message flows.
(Review Data Last Updated: 2006-07-07 08:24:28 EST)
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 8 of 8 | |||||||||||||||||||||||||||||
| All Books | Arts | Biography | Click Here For An A-Z Index Of All 213 Best-Seller Subjects | Business | Children's | Comics | ||||||
| Computers | Cooking | Engineering | Entertainment | Health | History | Home | Horror | Humor | Law | Fiction | Medicine | Mystery |
| Nonfiction | Outdoors | Parenting | Professional | Reference | Religion | Romance | Science | Sci-Fi | Sports | Teens | Travel | |