| java.lang.Object | ||
| ↳ | java.util.logging.Formatter | |
| ↳ | java.util.logging.SimpleFormatter | |
SimpleFormatter can be used to print a summary of the information
contained in a LogRecord object in a human readable format.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
SimpleFormatter.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Converts a
LogRecord object into a human readable string
representation.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.logging.Formatter
| |||||||||||
From class
java.lang.Object
| |||||||||||
Converts a LogRecord object into a human readable string
representation.
| r | the log record to be formatted into a string. |
|---|