Formatting JDK 1.4 Logging Information

Author: Twinkle

Added: November 24, 2010

Views: 465

Downloads: 2

| Share

Organisation/Institute: -

Categories:

Tags: , , , , , , ,

Description:

There are two types of Formatter objects defined in the JDK 1.4 logging API:
1. java.util.logging.SimpleFormatter: This produces a brief, human-readable summary of the
logging information.
2. java.util.logging.XMLFormatter: This produces logging information in a structured XML
format.