Example usage for Java java.util.logging Formatter fields, constructors, methods, implement or subclass
The text is from its open source code.
Formatter() Construct a new formatter. |
String | format(LogRecord record) Format the given log record and return the formatted string. |