Package java.util.logging
Class SimpleFormatter
java.lang.Object
java.util.logging.Formatter
java.util.logging.SimpleFormatter
public class SimpleFormatter extends Formatter
SimpleFormatter can be used to print a summary of the information
contained in a LogRecord object in a human readable format.-
Constructor Summary
Constructors Constructor Description SimpleFormatter()Constructs a newSimpleFormatter. -
Method Summary
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
Constructor Details
-
SimpleFormatter
public SimpleFormatter()Constructs a newSimpleFormatter.
-
-
Method Details