No reviews yet.
There are a number of logging systems that have been created for Java, but lack of standardization has prevented them from reaching their full potential. JDK 1.4 comes complete with a new API that lets you log important run-time information from your Java program. It provides multiple detail levels and multiple configuration methods.
This e-doc will teach you how to get the most out of this new feature -- how to set up logging, and how to decide what information to log, and how. You'll also learn how to customize logging to suit your specific needs.
This e-doc will show you how to:
Sample programs included in this chapter: