Package java.util.logging
Class SimpleFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- java.util.logging.SimpleFormatter
-
public class SimpleFormatter extends Formatter
SimpleFormattercan be used to print a summary of the information contained in aLogRecordobject in a human readable format.
-
-
Constructor Summary
Constructors Constructor Description SimpleFormatter()Constructs a newSimpleFormatter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringformat(LogRecord r)Converts aLogRecordobject into a human readable string representation.-
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
-