Java java.util.logging Formatter fields, constructors, methods, implement or subclass

Example usage for Java java.util.logging Formatter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util.logging Formatter.

The text is from its open source code.

Subclass

java.util.logging.Formatter has subclasses.
Click this link to see all its subclasses.

Constructor

Formatter()
Construct a new formatter.

Method

Stringformat(LogRecord record)
Format the given log record and return the formatted string.