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.
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
SimpleFormatter()
Constructs a SimpleFormatter
object.
Public Methods
Formats a
LogRecord
object into a string representation.
The resulted string is usually localized and includes the message field
of the supplied
LogRecord
object.
Parameters
r
| the log record to be formatted into a string |
Returns
- the string resulted from the formatting